-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-14167: [C++][R] Directly support dictionaries in coalesce #11272
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
|
|
|
Of course, this needs rebasing now :-) |
b3f22ff to
2442c35
Compare
|
Rebased (looks like MacOS/Travis tests are failing because of Homebrew/thirdparty dependencies) |
|
I pushed an addition to the R tests that verifies that this works from the R bindings. |
|
Great, thanks Ian! |
pitrou
left a comment
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.
+1, thank you!
|
Benchmark runs are scheduled for baseline = bb776d8 and contender = 575a437. 575a437 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
This was omitted from ARROW-13390. Note that even after this, there's work for ARROW-14105 to unify the type promotion rules and make them apply to dictionary indices/values as well. Contains some changes from ARROW-13358 and also updates case_when's promotion rules a bit.