[ 
https://issues.apache.org/jira/browse/SPARK-33886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan reassigned SPARK-33886:
-----------------------------------

    Assignee: Terry Kim

> UnresolvedTable should retain SQL text position
> -----------------------------------------------
>
>                 Key: SPARK-33886
>                 URL: https://issues.apache.org/jira/browse/SPARK-33886
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: Terry Kim
>            Assignee: Terry Kim
>            Priority: Major
>
> UnresolvedTable should retain SQL text position. The following commands will 
> be handled:
> "MSCK REPAIR TABLE t"
> "LOAD DATA LOCAL INPATH 'filepath' INTO TABLE t"
> "TRUNCATE TABLE t"
> "SHOW PARTITIONS t"
> "ALTER TABLE t RECOVER PARTITIONS"
> "ALTER TABLE t ADD PARTITION (p=1)"
> "ALTER TABLE t PARTITION (p=1) RENAME TO PARTITION (p=2)"
> "ALTER TABLE t DROP PARTITION (p=1)"
> "ALTER TABLE t SET SERDEPROPERTIES ('a'='b')"
> "COMMENT ON TABLE t IS 'hello'"



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