liujiayi771 commented on issue #8183: URL: https://github.com/apache/incubator-gluten/issues/8183#issuecomment-2556436908
@taiyang-li This rule was discussed a long time ago to be implemented in the logical plan, and we did indeed implement a version based on the logical plan before. There are many cases that are not supported if we only rely on the logical plan, for example, the aggregation generated by Bloom filters can only be seen in the physical plan. I remember there are quite a few such cases. Theoretically, duplicates should not appear here because there is logic to eliminate duplicates; I need to debug and take a look at this. -- 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]
