pan3793 commented on issue #32: URL: https://github.com/apache/incubator-kyuubi/issues/32#issuecomment-894925287
Thanks @iodone participate in and share thoughts. > Submitting a query to get the results requires more than 6 HTTP API calls ... > ... > ... for ordinary users to submit SQL, I feel it is slightly complicated I agree with you and have a basic idea to simplify it. We can make session info optional in operations APIs, then create a new session if session info is absent, and return the session id to the client to make sure the user can reuse the session in following request. -- 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]
