hantangwangd opened a new pull request, #11171: URL: https://github.com/apache/iceberg/pull/11171
The current test cases for `RollbackToTimestampProcedure` do not cover the scenario where the timestamp we specified is earlier than or equal to the timestamp of the oldest snapshot. In such scenario, the call statement would fail with the following message: ``` Cannot roll back, no valid snapshot older than: <specified_timestamp> ``` This PR supplement test case for this scenario to increase to test coverage. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org