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

Apache Spark commented on SPARK-34139:
--------------------------------------

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

> UnresolvedRelation should retain SQL text position
> --------------------------------------------------
>
>                 Key: SPARK-34139
>                 URL: https://issues.apache.org/jira/browse/SPARK-34139
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.2.0
>            Reporter: Terry Kim
>            Priority: Major
>
> UnresolvedRelation should retain SQL text position. The following commands 
> will be handled:
> {code:java}
> CACHE TABLE unknown
> UNCACHE TABLE unknown
> DELETE FROM unknown
> UPDATE unknown SET name='abc'
> MERGE INTO unknown1 AS target USING unknown2 AS source ON target.col = 
> source.col WHEN MATCHED THEN DELETE
> INSERT INTO TABLE unknown SELECT 1
> INSERT OVERWRITE TABLE unknown VALUES (1, 'a')
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to