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: [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]

Reply via email to