morningman commented on code in PR #66690:
URL: https://github.com/apache/doris/pull/66690#discussion_r3773598052
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2761,6 +2761,22 @@ public class Config extends ConfigBase {
+ "SQL submitter.")
public static int http_sql_submitter_max_worker_threads = 2;
+ @ConfField(mutable = false, masterOnly = false,
+ description = "Whether to enable stateful SQL sessions for the new
Web UI.")
+ public static boolean enable_web_sql_session = false;
Review Comment:
This can be removed
--
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]