gaborgsomogyi commented on a change in pull request #30336:
URL: https://github.com/apache/spark/pull/30336#discussion_r522837788



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2875,6 +2875,15 @@ object SQLConf {
     .stringConf
     .createWithDefault("")
 
+  val DISABLED_STREAMING_UI_CUSTOM_METRICS_LIST =
+    buildConf("spark.sql.streaming.disabledUICustomMetricsList")
+      .internal()
+      .doc("Configures a list of custom metrics on Structured Streaming UI, 
which are disabled. " +
+        "The list contains the name of the custom metrics separated by comma.")
+      .version("3.1.0")
+      .stringConf

Review comment:
       Not sure what you exactly mean, I've just found `USE_V1_SOURCE_LIST`, 
`DISABLED_V2_STREAMING_WRITERS`, `DISABLED_V2_STREAMING_MICROBATCH_READERS`, 
`NESTED_PREDICATE_PUSHDOWN_FILE_SOURCE_LIST`, etc. Can you elaborate please?




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

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