RussellSpitzer commented on code in PR #12841:
URL: https://github.com/apache/iceberg/pull/12841#discussion_r2059271656


##########
core/src/main/java/org/apache/iceberg/variants/ShreddedObject.java:
##########
@@ -61,7 +61,7 @@ VariantMetadata metadata() {
   }
 
   private Set<String> nameSet() {
-    Set<String> names = Sets.newHashSet(shreddedFields.keySet());
+    Set<String> names = Sets.newTreeSet(shreddedFields.keySet());

Review Comment:
   Probably not intended to be a part of this PR



-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to