rdblue commented on code in PR #12682: URL: https://github.com/apache/iceberg/pull/12682#discussion_r2052762453
########## parquet/src/test/java/org/apache/iceberg/parquet/TestVariantMetrics.java: ########## @@ -496,6 +506,13 @@ private static VariantValue increment(VariantValue value) { case STRING: return Variants.of( value.type(), UnicodeUtil.truncateStringMax((String) primitive.get(), 5)); + case UUID: + { Review Comment: Is this block needed? There isn't another variable called `uuid` is there? -- 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