xy720 commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r484008742
########## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java ########## @@ -52,7 +55,7 @@ private static final Logger LOG = LogManager.getLogger(ResourceMgr.class); public static final ImmutableList<String> RESOURCE_PROC_NODE_TITLE_NAMES = new ImmutableList.Builder<String>() - .add("Name").add("ResourceType").add("Key").add("Value") Review comment: Better don't use 'key' annd 'value' because they are keyword in doris. For example , `show resources where name like "test" and resourcetype = "spark" order by KEY;` will report an error ---------------------------------------------------------------- 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. 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