You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/01 17:55:00 UTC

[GitHub] [arrow-rs] Dandandan commented on a change in pull request #643: Fix parquet string statistics generation

Dandandan commented on a change in pull request #643:
URL: https://github.com/apache/arrow-rs/pull/643#discussion_r680544524



##########
File path: parquet/src/data_type.rs
##########
@@ -1356,7 +1351,7 @@ mod tests {
         let ba4 = ByteArray::from(vec![]);
         let ba5 = ByteArray::from(vec![2, 2, 3]);
 
-        assert!(ba1 > ba2);
+        assert!(ba1 < ba2);

Review comment:
       👍 




-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org