HappenLee commented on a change in pull request #4502: URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r482016787
########## 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: `org.apache.doris.catalog.ResourceType` is deprecated. It will be deleted in the future ---------------------------------------------------------------- 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