This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new f08fcadd chore: Make COMET_EXEC_BROADCAST_FORCE_ENABLED internal 
config (#413)
f08fcadd is described below

commit f08fcadd5fbdb5b04293d33e654f6c16f81b70c4
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Fri May 10 10:04:09 2024 -0700

    chore: Make COMET_EXEC_BROADCAST_FORCE_ENABLED internal config (#413)
---
 common/src/main/scala/org/apache/comet/CometConf.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/src/main/scala/org/apache/comet/CometConf.scala 
b/common/src/main/scala/org/apache/comet/CometConf.scala
index 1858f765..e9349c31 100644
--- a/common/src/main/scala/org/apache/comet/CometConf.scala
+++ b/common/src/main/scala/org/apache/comet/CometConf.scala
@@ -167,6 +167,7 @@ object CometConf {
           "this config is false. Comet broadcast feature will be enabled 
automatically by " +
           "Comet extension. But for unit tests, we need this feature to force 
enabling it " +
           "for invalid cases. So this config is only used for unit test.")
+      .internal()
       .booleanConf
       .createWithDefault(false)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to