Yohahaha commented on PR #6009: URL: https://github.com/apache/incubator-gluten/pull/6009#issuecomment-2159735595
> > I think the design is same as [facebookincubator/velox#7801](https://github.com/facebookincubator/velox/issues/7801) and would be great to implement in Gluten side. > > my suggestion is we could implement `VeloxAppendBatchesExec` first, then provide config for shuffle write and table scan to add this new operator. > > I think filter and HashJoin(with filter) may also need this as well. Thanks. yeah, above velox issue has list out all operators that may need apply this optimization, we could provide a config for these operators, which value is a list of operator name string. -- 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]
