xzj7019 commented on code in PR #27113: URL: https://github.com/apache/doris/pull/27113#discussion_r1405569694
########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -457,6 +457,11 @@ public class SessionVariable implements Serializable, Writable { SHOW_HIDDEN_COLUMNS ); + public static final String SHUFFLE_FACTOR_LOWER_BOUND = "shuffle_factor_lower_bound"; Review Comment: remove this by using a fixed value (we have hint control as a no-brainer plan) or add upper side also -- 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