Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
SQLSTATE is SQL standard state, and spark support SQLSTATE from 3.2.0, we can support Spark Engine's SQLSTATE for SQL Exception in kyuubi.
found some previous works, but don’t know why not continued.
[Umbrella] Support SQLSTATE and venderCode in KyuubiSQLException #670
0A000: feature_not_supported #728
related spark work:
https://issues.apache.org/jira/browse/SPARK-34920
https://spark.apache.org/docs/latest/sql-error-conditions.html
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServerErrors.scala
Beta Was this translation helpful? Give feedback.
All reactions