nextdreamblue commented on code in PR #16461: URL: https://github.com/apache/doris/pull/16461#discussion_r1098256138
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1819,6 +1819,8 @@ public class Config extends ConfigBase { * The candidate of the backend node for federation query such as hive table and es table query. * If the backend of computation role is less than this value, it will acquire some mix backend. * If the computation backend is enough, federation query will only assign to computation backend. + * If value = 0, will get none backends for federation query. Review Comment: 也算是多一个不同的选项吧,0返回空,也和一般的理解相符。如果没必要提供这类含义,我可以改下代码 -- 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