huaxingao commented on code in PR #14027:
URL: https://github.com/apache/iceberg/pull/14027#discussion_r2334231455


##########
data/src/test/java/org/apache/iceberg/data/TestMetricsRowGroupFilter.java:
##########
@@ -248,7 +253,9 @@ private void createParquetInputFile() throws IOException {
 
         Record structNotNull = new Record(structSchema);
         structNotNull.put("_int_field", INT_MIN_VALUE + i);
-        builder.set("_struct_not_null", structNotNull); // struct with int
+        builder.set("_struct_not_null", structNotNull);

Review Comment:
   nit: unnecessary change? Shall we keep the `// struct with int`



-- 
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