rdblue opened a new pull request #641: Fix flaky ScanSummary test URL: https://github.com/apache/incubator-iceberg/pull/641 This fixes the flaky tests for ScanSummary. The previous fix assumed that the timestamp from just before a commit matched the timestamp of the commit. Ensuring that the next timestamp was after a time just before the commit doesn't always work. This fix ensures that the next timestamp is always after the last commit's timestamp. Closes #576.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
