Nick-0723 opened a new issue #2262: URL: https://github.com/apache/incubator-kyuubi/issues/2262
### 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/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues. ### Describe the bug - execute statement - select timestamp_ntz *** FAILED *** java.sql.SQLException: Unrecognized column type:TIMESTAMP_TYPE at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.getColumnValue(KyuubiBaseResultSet.java:423) at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.getObject(KyuubiBaseResultSet.java:458) at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.getTimestamp(KyuubiBaseResultSet.java:562) at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.getTimestamp(KyuubiBaseResultSet.java:576) at org.apache.kyuubi.operation.SparkQueryTests.$anonfun$$init$$27(SparkQueryTests.scala:184) at org.apache.kyuubi.operation.SparkQueryTests.$anonfun$$init$$27$adapted(SparkQueryTests.scala:180) at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$3(JDBCTestHelper.scala:60) at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$3$adapted(JDBCTestHelper.scala:60) at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62) at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55) ... Cause: java.lang.IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff] at java.sql.Timestamp.valueOf(Timestamp.java:204) at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.evaluate(KyuubiBaseResultSet.java:438) at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.getColumnValue(KyuubiBaseResultSet.java:418) at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.getObject(KyuubiBaseResultSet.java:458) at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.getTimestamp(KyuubiBaseResultSet.java:562) at org.apache.kyuubi.jdbc.hive.KyuubiBaseResultSet.getTimestamp(KyuubiBaseResultSet.java:576) at org.apache.kyuubi.operation.SparkQueryTests.$anonfun$$init$$27(SparkQueryTests.scala:184) at org.apache.kyuubi.operation.SparkQueryTests.$anonfun$$init$$27$adapted(SparkQueryTests.scala:180) at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$3(JDBCTestHelper.scala:60) at org.apache.kyuubi.operation.JDBCTestHelper.$anonfun$withMultipleConnectionJdbcStatement$3$adapted(JDBCTestHelper.scala:60) ... ### Affects Version(s) master with spark-master profile ### Kyuubi Server Log Output _No response_ ### Kyuubi Engine Log Output _No response_ ### Kyuubi Server Configurations _No response_ ### Kyuubi Engine Configurations _No response_ ### Additional context _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
