Terry Kim created SPARK-33885:
---------------------------------

             Summary: The position of unresolved identifier for DDL commands 
should be respected..
                 Key: SPARK-33885
                 URL: https://issues.apache.org/jira/browse/SPARK-33885
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.2.0
            Reporter: Terry Kim


Currently, there are many DDL commands where the position of the unresolved 
identifiers are incorrect:

{code:java}
scala> sql("DESCRIBE TABLE abc")
org.apache.spark.sql.AnalysisException: Table or view not found: abc; line 1 
pos 0;
{code}

Note that the pos should be 15 in this case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to