Yohahaha commented on issue #8787: URL: https://github.com/apache/incubator-gluten/issues/8787#issuecomment-2674064049
> [@Yohahaha](https://github.com/Yohahaha) > > > have you try force TableScan#canAddDynamicFilter return false? > > Yes, the results match vanilla Spark, so dynamic filter push down could be the root cause. table scan op does not filtering out rows with pushed dynamic filter from join op on some cases, then join direct return scan's result. -- 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]
