You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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