Fix bug in dictionary coercion and allow better coercion#3688
Fix bug in dictionary coercion and allow better coercion#3688alamb merged 1 commit intoapache:masterfrom
Conversation
| ( | ||
| DataType::Dictionary(_lhs_index_type, lhs_value_type), | ||
| DataType::Dictionary(_rhs_index_type, rhs_value_type), | ||
| ) => dictionary_value_coercion(lhs_value_type, rhs_value_type), |
There was a problem hiding this comment.
Arrow now supports general purpose casting, so we can just call back into the general comparison coercion code
|
Thanks for the review @xudong963 |
|
Benchmark runs are scheduled for baseline = 0111732 and contender = d0760f3. d0760f3 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Fixes #3685
Rationale for this change
see #3685
What changes are included in this PR?
Are there any user-facing changes?
Less error