hudi-bot opened a new issue, #14482: URL: https://github.com/apache/hudi/issues/14482
When HoodieIncrSource is used to fetch the update from another Hudi table, the IncrementalRelation will be used to read the data. But it has a performance issue because the column pruning and predicate pushdown don't happen. As the result, Hudi reads too much useless data. By enabling the column pruning and predicate pushdown, the data to read is reduced dramatically. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-2754 - Type: Improvement - Epic: https://issues.apache.org/jira/browse/HUDI-3249 -- 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]
