GitHub user ryyyyyy1 added a comment to the discussion: Flink support
in q3, for the SQL condition WHERE A.category = 10 AND (P.state = 'OR' OR P.state = 'ID' OR P.state = 'CA'), Flink seems to use SARG for processing this part, but when it's converted to the Velox side, it appears that SARG is not handled, which causes the filter condition to become ineffective. GitHub link: https://github.com/apache/incubator-gluten/discussions/8849#discussioncomment-14219624 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
