Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-39492

Rework MISSING_COLUMN error class

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.1
    • 3.4.0
    • Spark Core
    • 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

          Activity

            People

              srielau Serge Rielau
              srielau Serge Rielau
              Wenchen Fan Wenchen Fan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: