ArnavBalyan opened a new pull request, #9134:
URL: https://github.com/apache/paimon/pull/9134
### Purpose
- `snapshot_id in (...)` statement fails when the in clause is supplied with
a non existent snapshot id.
- This is because the query reads files for each input id without checking
for file presence.
- If expired id is supplied, the query throws because snapshot manager is
not checking if the snapshot exists.
- Fix by adding filter.
### Tests
- UT
--
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]