Uh oh!
There was an error while loading. Please reload this page.
ARROW-14167: [C++][R] Directly support dictionaries in coalesce - #11272
ARROW-14167: [C++][R] Directly support dictionaries in coalesce#11272lidavidm wants to merge 8 commits into
Conversation
pitrou
commented
Oct 4, 2021
Of course, this needs rebasing now :-) |
b3f22ff to
2442c35Comparelidavidm
commented
Oct 5, 2021
Rebased (looks like MacOS/Travis tests are failing because of Homebrew/thirdparty dependencies) |
ianmcook
commented
Nov 9, 2021
I pushed an addition to the R tests that verifies that this works from the R bindings. |
lidavidm
commented
Nov 9, 2021
Great, thanks Ian! |
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.