Skip to content

Commit

Permalink
chore: Make COMET_EXEC_BROADCAST_FORCE_ENABLED internal config (apach…
Browse files Browse the repository at this point in the history
…e#413)

(cherry picked from commit f08fcad)
  • Loading branch information
viirya authored and Huaxin Gao committed May 23, 2024
1 parent e2a8d11 commit 340d7d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/scala/org/apache/comet/CometConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 340d7d9

Please sign in to comment.