chenjunjiedada opened a new pull request, #7338: URL: https://github.com/apache/iceberg/pull/7338
When consuming a table in `TABLE_SCAN_THEN_INCREMENTAL` mode and its snapshot history has expired, data can be lost. This is because `checkScanMode` returns incremental mode when the scan context is streaming. To address this issue, we have added a case to handle the `TABLE_SCAN_THEN_INCREMENTAL` mode. -- 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]
