Baunsgaard commented on code in PR #16821:
URL: https://github.com/apache/iceberg/pull/16821#discussion_r3419229497


##########
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:
   Hi Huan!, unfortunately it is not so easy, since the different changes are 
in different build targets, e.g. 3.5, 4.0, and 4,1.



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