You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Serge Rielau (Jira)" <ji...@apache.org> on 2022/06/16 17:08:00 UTC

[jira] [Created] (SPARK-39492) Rework MISSING_COLUMN error class

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org