| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…4718) ## Which issue does this PR close? - Closes apache#24717 (affecting DF 55) ## Rationale for this change Fixes a panic in `enforce_sorting` when given a `RightMark` hash join: `HashjoinExec::maintains_input_order` has been changed to also return `true` on `RightMark` but `enforce_sorting` has not been updated ## What changes are included in this PR? Adds support of `RightMark` joins to `enforce_sorting` they keep the input sorting.
|
@Tpt Would you mind reviewing as the original author? It was a trivial cherry pick. |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## branch-55 #24759 +/- ##
=============================================
- Coverage 81.17% 81.17% -0.01%
=============================================
Files 1110 1110
Lines 387043 387043
Branches 387043 387043
=============================================
- Hits 314186 314177 -9
- Misses 54366 54373 +7
- Partials 18491 18493 +2 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR is a backport of #24718 onto branch-55 for the purpose of a patch release.