ulysses-you commented on a change in pull request #1408:
URL: https://github.com/apache/incubator-kyuubi/pull/1408#discussion_r751949242
##########
File path:
kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/SessionsResource.scala
##########
@@ -178,6 +185,13 @@ private[v1] class SessionsResource extends
ApiRequestContext {
}
}
+ @ApiResponse(
+ responseCode = "200",
+ content = Array(new Content(
+ mediaType = MediaType.APPLICATION_JSON
+ )),
+ description = "Create an operation with GET_TYPE_INFO type"
+ )
@POST
@Path("{sessionHandle}/operations/typeinfo")
Review comment:
I have already merged this .. can you send a followup ? thank you !
--
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]