Serge Rielau created SPARK-39492:
------------------------------------

             Summary: Rework MISSING_COLUMN error class
                 Key: SPARK-39492
                 URL: https://issues.apache.org/jira/browse/SPARK-39492
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 3.3.1
            Reporter: Serge Rielau


"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. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to