trushev opened a new pull request, #7113: URL: https://github.com/apache/hudi/pull/7113
… on HoodieTableSource ### Change Logs When `HepPlanner` applies `PushFilterIntoSourceScanRuleBase` it copyies `HoodieTableSource` which leads to the loss of `List<ResolvedExpression> filters` in `FileIndex`. This PR fixes adds `filters` to `FileIndex` when `HoodieTableSource` is copied. ### Impact Flink data skipping feature works fine now ### Risk level (write none, low medium or high below) Low because `read.data.skipping.enabled` is false by default ### Documentation Update No need ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
