JingsongLi commented on PR #9300: URL: https://github.com/apache/paimon/pull/9300#issuecomment-5386792499
`$snapshots`, `$schemas`, and `$manifests` perform a union—rather than an intersection—of multiple `IN` conditions linked by `AND`. For example, `id IN (1,2) AND id IN (2,3)` would incorrectly allow 1, 2, and 3, whereas the correct result should only be 2; existing tests cover only a single `IN` clause combined with a range, failing to cover this specific combination. -- 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]
