kecookier commented on PR #6464: URL: https://github.com/apache/incubator-gluten/pull/6464#issuecomment-2230183090
> I note this pr was merged long time ago: https://github.com/facebookincubator/velox/pull/4484. Please help verify. @PHILO-HE Thanks for the reminder. We'll double-check. > then If there is always a fallback, curious what benefit does the check eailer bring? @gaoyangxiaozhu Currently, reading ORC files does not support pushdown for hugeInt. The previous code would cause the Scan operator to fallback. After the modification, the Scan operator will not fallback, and the filter expression for hugeInt will remain in the Filter operator. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
