[ 
https://issues.apache.org/jira/browse/SPARK-33886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17253912#comment-17253912
 ] 

Apache Spark commented on SPARK-33886:
--------------------------------------

User 'imback82' has created a pull request for this issue:
https://github.com/apache/spark/pull/30900

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