sumeetgajjar commented on PR #5670: URL: https://github.com/apache/iceberg/pull/5670#issuecomment-1231123414
> org.apache.iceberg.TestSplitScan > test[format = parquet] FAILED Hi @rbalamohan, the above test is failing due to the change in compression codec, the size of the data file is now ~ 77MB and with a 16MB split size, it results in 5 scan tasks. https://github.com/apache/iceberg/blob/97c85aa03e3470ab9585519d650e8a989a59495f/data/src/test/java/org/apache/iceberg/TestSplitScan.java#L97 Reducing the number of records to `2000000` to get the same file size when `gzip` was used resolves the test failure. -- 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]
