ruanwenjun commented on issue #7248: URL: https://github.com/apache/kyuubi/issues/7248#issuecomment-3541971617
> So we should propagate the Kyuubi JDBC driver operation to the JDBC engine? We can use the existing Hive Thrift protocol with additional key-value pairs to simulate such specific operations. > > See more details on how Kyuubi JDBC driver implemented get/set catalog/schema It seems we have already propagate the Kyuubi JDBC driver operation to the JDBC engine, but we use `close` to correspond to cancelOperation. In some driver e.g mysqk the `close` method will not cancel the sql and will block untill the statement finished. I submit #7249 try to fix this. -- 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]
