cccs-jc opened a new issue, #8921: URL: https://github.com/apache/iceberg/issues/8921
### Apache Iceberg version None ### Query engine None ### Please describe the bug 🐞 @singhpk234 I suspect there is a bug in the Spark readStream. I'm not 100% but we had strange issues where iceberg reported it could not find a snapshot retrieved from a checkpoint. When we check in the table we do find the snapshot. We suspected that maybe the cause was that we were setting `stream-from-timestamp` and using stored checkpoints. We removed the `stream-from-timestamp` and we never saw the error again. However, I always thought the code was going to use the `stream-from-timestamp` only if no stored checkpoints exists and if a stored checkpoint exits it would ignore `stream-from-timestamp`. But that does not seem like that's the case. When I look at the unit test. I don't see one testing this specifically so I think it might be a bug? What do you think. -- 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]
