yangzhg commented on code in PR #9193:
URL: https://github.com/apache/incubator-doris/pull/9193#discussion_r858502751


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -71,6 +71,7 @@ public class SessionVariable implements Serializable, 
Writable {
     public static final String SQL_SAFE_UPDATES = "sql_safe_updates";
     public static final String NET_BUFFER_LENGTH = "net_buffer_length";
     public static final String CODEGEN_LEVEL = "codegen_level";
+    public static final String HASH_JOIN_PROBE_THREAD_COUNT = 
"hash_join_probe_thread_count";

Review Comment:
   ```suggestion
       public static final String HASH_JOIN_PROBE_THREAD_NUM = 
"hash_join_probe_thread_num";
   ```



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

Reply via email to