8 lines
354 B
Markdown
8 lines
354 B
Markdown
|SQL State|Condition|Vendor Code|Type|
|
|
|:---:|:---|:---:|:---:|
|
|
|ServerError| internal error | 1000 | Kyuubi |
|
|
|08S01|SQL client unable to establish SQL connection | 1001| |
|
|
|ParseException|failed parsing sql statement|2000|Spark|
|
|
|AnalysisException|failed analysing sql statement|2001||
|
|
|HiveAccessControlException| failed privilege checking|3000|Hive|
|