wutiangan commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481573603
########## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java ########## @@ -17,9 +17,11 @@ package org.apache.doris.catalog; +import com.google.common.collect.Lists; import org.apache.doris.analysis.CreateResourceStmt; import org.apache.doris.analysis.DropResourceStmt; import org.apache.doris.catalog.Resource.ResourceType; Review comment: the ResourceType has two definations but has different meanings: 1、org.apache.doris.catalog.Resource.ResourceType 2、org.apache.doris.catalog.ResourceType should be fix ---------------------------------------------------------------- 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