jzhuge opened a new pull request #3416: URL: https://github.com/apache/iceberg/pull/3416
This fixes TestMetricsRowGroupFilterTypes failures when 2 Jenkins jobs running this test simultaneously on the same Jenkins node. They create a race condition on hard-coded temp file "/tmp/stats-row-group-filter-types-test.parquet". Test error message is: ``` org.apache.iceberg.exceptions.NotFoundException: Failed to read file: /tmp/stats-row-group-filter-types-test.parquet ``` -- 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]
