bowenliang123 commented on code in PR #6335: URL: https://github.com/apache/kyuubi/pull/6335#discussion_r1697848934
########## kyuubi-rest-client/src/main/java/org/apache/kyuubi/client/api/v1/dto/BatchRequest.java: ########## @@ -110,6 +111,14 @@ public void setArgs(List<String> args) { this.args = args; } + public Map<String, String> getExtraResourcesMap() { + return extraResourcesMap; Review Comment: extraResourcesMap was initialed as empty map in L34. (https://github.com/apache/kyuubi/pull/6335/files/d35219f9f388a1fb91e12c2f008730e5aabf015b#diff-5dffcdb403904677ed5c8e8d4c997513aa236dc4cfa828a1e0dad1d9bec93644R34) -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org