JunRuiLee opened a new pull request, #7268: URL: https://github.com/apache/paimon/pull/7268
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose Fix incorrect results for chain table reads with non‑partition filters. Expected behavior is that chain reads enumerate partitions using only partition predicates, while non‑partition filters apply only when reading splits within each partition. The current implementation calls `listPartitions()` on a scan that already applies data filters, so partition listing gets pruned by non‑partition predicates. This can skip fallback partitions and yield empty or incomplete results. ### Tests <!-- List UT and IT cases to verify this change --> - `SparkChainTableITCase -- 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]
