You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Terry Kim (Jira)" <ji...@apache.org> on 2020/12/23 06:22:00 UTC

[jira] [Created] (SPARK-33885) The position of unresolved identifier for DDL commands should be respected..

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