QuakeWang opened a new pull request, #8500: URL: https://github.com/apache/paimon/pull/8500
### Purpose `DataEvolutionBatchScan.withShard()` delegated to the inner `DataTableBatchScan` and returned that result. Chained calls such as `withShard(...).withFilter(...)` or `withShard(...).plan()` could leave the data-evolution wrapper and skip row-range/global-index handling. This PR keeps shard delegation but returns the `DataEvolutionBatchScan` wrapper, matching the other wrapper methods. It also adds a regression test for the wrapper-preserving behavior. ### Tests - `mvn -pl paimon-core -am -DfailIfNoTests=false -DwildcardSuites=none -Dtest=DataEvolutionBatchScanTest test` -- 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]
