ic4y opened a new issue, #6406: URL: https://github.com/apache/kyuubi/issues/6406
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the bug Using the Java JDBC client to execute 'INSERT OVERWRITE DIRECTORY' on the Hive engine through executeQuery results in an error. However, it works when using the Spark engine. Using stmt.execute to execute 'INSERT OVERWRITE DIRECTORY' returns false. Regardless, from the results, this SQL is always executed successfully. Exception in thread "main" org.apache.kyuubi.jdbc.hive.KyuubiSQLException: The query did not generate a result set! at org.apache.kyuubi.jdbc.hive.KyuubiStatement.executeQuery(KyuubiStatement.java:462) at com.zyb.sqlservice.localtest.TestKyuubiHive.main(TestKyuubiHive.java:26) ### Affects Version(s) 1.9.0 ### Kyuubi Server Log Output ```logtalk The error is the client ``` ### Kyuubi Engine Log Output ```logtalk None ``` ### Kyuubi Server Configurations ```yaml None ``` ### Kyuubi Engine Configurations ```yaml None ``` ### Additional context jdbc:hive2://10.106.32.24:10009/default?;kyuubi.engine.type=HIVE_SQL; ### Are you willing to submit PR? - [ ] Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix. - [ ] No. I cannot submit a PR at this time. -- 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]
