bowenliang123 commented on code in PR #4221:
URL: https://github.com/apache/kyuubi/pull/4221#discussion_r1094136903
##########
kyuubi-rest-client/src/main/java/org/apache/kyuubi/client/IRestClient.java:
##########
@@ -27,6 +28,8 @@ public interface IRestClient extends AutoCloseable {
<T> T post(String path, String body, Class<T> type, String authHeader);
+ <T> T post(String path, HttpEntity requestEntity, Class<T> type, String
authHeader);
Review Comment:
https://github.com/apache/kyuubi/pull/4221/files#diff-0db5aaf136f196a400200a47c67d8ec6f2c42ff4ad50fe4b6d1d7784983e052aR59
The usage is here in this line. I have misunderstood your question in above.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]