wgtmac commented on code in PR #3164:
URL: https://github.com/apache/parquet-java/pull/3164#discussion_r1974887148
##########
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:
```
cd ~/Projects/parquet-java # replace with your project root directory
cd parquet-hadoop
mvn test -Dtest=org.apache.parquet.hadoop.rewrite.ParquetRewriterTest
```
--
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]