pan3793 commented on issue #5917: URL: https://github.com/apache/kyuubi/issues/5917#issuecomment-1868959439
The components setup is unclear, I assume you are using the Spark Hive IsolatedClientLoader feature. And I can NOT reproduce on Spark master with the following configurations. ``` spark.sql.hive.metastore.version=3.1.2 spark.sql.hive.metastore.jars ``` With a little more digging, I think the code path is already covered by Spark UT. [HiveClientSuite](https://github.com/apache/spark/blob/master/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientSuite.scala) Additional feedback requires you to provide reproducible steps. -- 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]
