huan233usc commented on code in PR #16821:
URL: https://github.com/apache/iceberg/pull/16821#discussion_r3416445981
##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkDataFile.java:
##########
@@ -169,7 +169,7 @@ public void testValueConversionWithEmptyStats() throws
IOException {
}
private void checkSparkContentFiles(Table table) throws IOException {
- Iterable<InternalRow> rows = RandomData.generateSpark(table.schema(), 200,
0);
+ Iterable<InternalRow> rows = RandomData.generateSpark(table.schema(), 40,
0);
Review Comment:
nit: should we define a constant so we don't need to modify multiple places
for the next time?
--
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]