yiguolei commented on code in PR #42006: URL: https://github.com/apache/doris/pull/42006#discussion_r1823905807
########## fe/fe-core/src/main/java/org/apache/doris/analysis/AlterWorkloadGroupStmt.java: ########## @@ -55,14 +59,24 @@ public void analyze(Analyzer analyzer) throws UserException { } if (properties == null || properties.isEmpty()) { - throw new AnalysisException("Resource group properties can't be null"); + throw new AnalysisException("Workload Group properties can't be null"); Review Comment: can't be empty -- 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