morrySnow commented on code in PR #24026: URL: https://github.com/apache/doris/pull/24026#discussion_r1322519532
########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -1147,6 +1155,7 @@ public void setMaxJoinNumberOfReorder(int maxJoinNumberOfReorder) { @VariableMgr.VarAttr(name = ENABLE_MEMTABLE_ON_SINK_NODE, needForward = true) public boolean enableMemtableOnSinkNode = false; + Review Comment: remove this line ########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -397,6 +399,12 @@ public class SessionVariable implements Serializable, Writable { public static final String INVERTED_INDEX_CONJUNCTION_OPT_THRESHOLD = "inverted_index_conjunction_opt_threshold"; + // For test only + public static final String FULL_AUTO_ANALYZE_START_TIME = "full_auto_analyze_start_time"; + + // For test only Review Comment: remove `full test only` comment -- 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