Gabriel39 commented on issue #7901: URL: https://github.com/apache/incubator-doris/issues/7901#issuecomment-1077055619
@EmmyMiao87 Exactly. Btw, just FYI, it should be highlight that which operation benefit from this. In our practice, shuffling profit most from column pruning so we only do projection (including column pruning, some computing operations) in each datastreamsender instead of each node (join, agg, etc.). -- 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]
