rahulketch commented on code in PR #3164:
URL: https://github.com/apache/parquet-java/pull/3164#discussion_r1975333726


##########
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/rewrite/ParquetRewriterTest.java:
##########
@@ -107,7 +107,7 @@
 @RunWith(Parameterized.class)
 public class ParquetRewriterTest {
 
-  private final int numRecord = 100000;
+  private final int numRecord = 10000;

Review Comment:
   As far as I understand, the relevant config parameter is 
`parquet.page.row.count.limit` and I have changed that to be `num_records / 5`. 
Hope it looks good!



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