imay commented on a change in pull request #1443: Persist auth info in LoadJob URL: https://github.com/apache/incubator-doris/pull/1443#discussion_r301377754
########## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadJob.java ########## @@ -236,6 +254,8 @@ protected void setJobProperties(Map<String, String> properties) throws DdlExcept } } + abstract void setAuthorizationInfo() throws MetaNotFoundException; Review comment: It's strange that a set function without any input param. I think that this can be done in class's constructor? ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org