tustvold opened a new pull request #333:
URL: https://github.com/apache/arrow-rs/pull/333
# Which issue does this PR close?
Closes #332.
# Rationale for this change
Currently when comparing dictionaries it will use the values array from the
left operand with the keys of the right operand. Not only could this lead to
invalid indexes, but it will commonly lead to incorrect results
# Are there any user-facing changes?
Comparison should now behave as the user would expect
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]