Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.1
-
None
Description
"MISSING_COLUMN" : {
"message" : [
"Column '<columnName>' does not exist. Did you mean one of the following? [<proposal>]"
],
"sqlState" : "42000"
Is unfortunately named. It is more accurate to talk about an UNRESOLVED_COLUMN or an UNRESOLVED_COLUMN_IDENTIFIER since we could refer to an alias, a SQL UDF parameter, a field, or, in the future, a variable.
Attachments
Issue Links
- is related to
-
SPARK-39783 Column backticks are misplaced in the AnalysisException [UNRESOLVED_COLUMN] error message when using field with "."
- Resolved
- links to