andygrove commented on code in PR #3924:
URL: https://github.com/apache/datafusion-comet/pull/3924#discussion_r3072715913


##########
common/src/main/scala/org/apache/comet/CometConf.scala:
##########
@@ -647,10 +647,14 @@ object CometConf extends ShimCometConf {
       .category(CATEGORY_TUNING)
       .doc(
         "The type of memory pool to be used for Comet native execution when 
running Spark in " +
-          "off-heap mode. Available pool types are `greedy_unified` and 
`fair_unified`. " +
+          "off-heap mode. Available pool types are `greedy_unified`, 
`fair_unified`, and " +
+          "`fair_unified_task_shared`. The `fair_unified_task_shared` pool is 
shared across " +

Review Comment:
   Updated. Let me know if this is clearer now.



-- 
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]

Reply via email to