rahulketch commented on code in PR #3164:
URL: https://github.com/apache/parquet-java/pull/3164#discussion_r1971823542
##########
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:
@wgtmac : thanks for your comment. Do you happen to know how I can run a
single test in the repository after making my changes? I wanted to run only the
`ParquetRewriterTest`, but have not figured out a good way to achieve that via
mvn.
--
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]