andygrove commented on code in PR #3924: URL: https://github.com/apache/datafusion-comet/pull/3924#discussion_r3072717196
########## docs/source/user-guide/latest/tuning.md: ########## @@ -56,15 +56,29 @@ For more details about Spark off-heap memory mode, please refer to [Spark docume Comet implements multiple memory pool implementations. The type of pool can be specified with `spark.comet.exec.memoryPool`. +When Comet executes a shuffle, it creates two separate native plans within the same Spark task: the child plan Review Comment: It is really DataFusion execution contexts. I updated. -- 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]
