-
Notifications
You must be signed in to change notification settings - Fork 245
chore: Revert "chore: [1941-Part1]: Introduce map_sort
scalar function (#2…
#2381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ache#2262)" This reverts commit f2baf95.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2381 +/- ##
============================================
+ Coverage 56.12% 57.66% +1.54%
- Complexity 976 1297 +321
============================================
Files 119 147 +28
Lines 11743 13512 +1769
Branches 2251 2390 +139
============================================
+ Hits 6591 7792 +1201
- Misses 4012 4451 +439
- Partials 1140 1269 +129 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @comphead. Something to keep in our back pocket if Spark adds it.
Hi @comphead / @mbutrovich : Spark does have |
Thanks @rishvin the PR was saying scalar |
Hi @comphead : This PR was split from my first PR: #2221. datafusion-comet/spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala Line 1439 in 3b29cb9
|
. We fallback when we see grouping on map type here -
Alright, now that makes a lot of sense. I'm creating an epic to address HashAggregate issues where mapSort operator will be one of the tasks. Feel free to include all the context including the test which you already provided in #1941 (comment) We need to work a little bit how to decompose the mapSort story into manageable isolated PRs, where the end goal is finite, like test failed -> test passed. How does this sound? |
Thanks @comphead , SG! |
…262)"
This reverts commit f2baf95.
The function
map_sort
doesn't exist for Spark,array_sort
does but notmap_sort
. This might be useful in the future but currently it would be more difficult to maintain the code which is not in use.Which issue does this PR close?
Closes #.
Rationale for this change
What changes are included in this PR?
How are these changes tested?