friendlymatthew commented on code in PR #7961: URL: https://github.com/apache/arrow-rs/pull/7961#discussion_r2215852778
########## parquet-variant/src/variant/metadata.rs: ########## @@ -531,4 +526,124 @@ mod tests { "unexpected error: {err:?}" ); } + + #[test] + fn test_compare_sorted_dictionary_with_unsorted_dictionary() { Review Comment: The following tests would fail -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org