IvanVergiliev commented on issue #24068: [SPARK-27105][SQL] Optimize away exponential complexity in ORC predicate conversion URL: https://github.com/apache/spark/pull/24068#issuecomment-496117262 @cloud-fan this should be ready for review. - I merged the changes to have filtering and building in the same function / the same case-match. - I rebased against master and applied the relevant changes. - https://github.com/apache/spark/pull/24598 had added tree trimming as part of `OrcFilters.convertibleFilters`. I reverted that as we do trimming in the actual predicate building now so there's no need to do it in both places.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
