kbendick commented on PR #4553: URL: https://github.com/apache/iceberg/pull/4553#issuecomment-1110148921
For the test that is failing, I took a look into it and it seems that the test is relying on the order of records returned from the query, which is flakey in general. Given that we're not testing the order of records, just the actual records, I've opened a PR to update Flink 1.14's tests to use `Set` semantics for comparison (adding size tests where needed) and will port that to 1.15 once it's merged: https://github.com/apache/iceberg/pull/4635 -- 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]
