xzj7019 commented on code in PR #42640: URL: https://github.com/apache/doris/pull/42640#discussion_r1827240708
########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -1136,7 +1136,7 @@ public class SessionVariable implements Serializable, Writable { private int runtimeBloomFilterMaxSize = 16777216; @VariableMgr.VarAttr(name = RUNTIME_FILTER_WAIT_TIME_MS, needForward = true) - private int runtimeFilterWaitTimeMs = 1000; + public int runtimeFilterWaitTimeMs = 1000; Review Comment: why change this but use the setRuntimeFilterWaitTimeMs instead? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org