yangshangqing95 commented on code in PR #18055:
URL: https://github.com/apache/iceberg/pull/18055#discussion_r3983428405


##########
parquet/src/test/java/org/apache/iceberg/parquet/TestParquet.java:
##########
@@ -105,6 +105,27 @@ public void testRowGroupSizeConfigurable() throws 
IOException {
     }
   }
 
+  @Test
+  public void testRowGroupSizeLargerThanIntegerMax() throws IOException {

Review Comment:
   Nit, non-blocking:
   based on the latest develop guidance, new added test should without the 
`test` prefix.
   void `rowGroupSizeLargerThanIntegerMax()`



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