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