tustvold commented on a change in pull request #333:
URL: https://github.com/apache/arrow-rs/pull/333#discussion_r636342599
##########
File path: arrow/src/array/ord.rs
##########
@@ -94,7 +94,7 @@ where
let right_keys = right.keys_array();
let left_values = StringArray::from(left.values().data().clone());
- let right_values = StringArray::from(left.values().data().clone());
+ let right_values = StringArray::from(right.values().data().clone());
Review comment:
Here's the copypasta
--
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]