bowenliang123 commented on code in PR #6335: URL: https://github.com/apache/kyuubi/pull/6335#discussion_r1686179125
########## kyuubi-rest-client/src/main/java/org/apache/kyuubi/client/BatchRestApi.java: ########## @@ -53,6 +54,20 @@ public Batch createBatch(BatchRequest request, File resourceFile) { return this.getClient().post(API_BASE_PATH, multiPartMap, Batch.class, client.getAuthHeader()); } + public Batch createBatchWithSubResources( + BatchRequest request, File resourceFile, List<String> subResources) { Review Comment: LGTM. Fixed. -- 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