cashmand commented on code in PR #3221:
URL: https://github.com/apache/parquet-java/pull/3221#discussion_r2130668145
##########
parquet-avro/src/test/java/org/apache/parquet/avro/AvroTestUtil.java:
##########
@@ -129,4 +130,36 @@ public static Configuration conf(String name, boolean
value) {
conf.setBoolean(name, value);
return conf;
}
+
+ /**
+ * Assert that to Variant values are logically equivalent.
+ * E.g. object fields may be ordered differently in the binary.
Review Comment:
Yes, that's what I meant. Is `values in an object may be ordered
differently` better?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]