singhpk234 opened a new pull request, #14824: URL: https://github.com/apache/iceberg/pull/14824
### About the changes Solves https://github.com/apache/iceberg/issues/14823 I tried running the test 100 times (all passes) ./gradlew :iceberg-core:test --tests "org.apache.iceberg.rest.TestRESTScanPlanning.scanPlanningWithBatchScan" The only repoducer i got was running the whole suite, which @gaborkaszab shared ``` for i in {1..20}; do ./gradlew :iceberg-core:test --tests org.apache.iceberg.rest.TestRESTScanPlanning --rerun done ``` post patching this way it works for me repetedly -- 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]
