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

Yuming Wang updated SPARK-44072:
--------------------------------
    Fix Version/s: 3.3.3
                   3.4.1

> Update the incorrect sql example of insert table documentation
> --------------------------------------------------------------
>
>                 Key: SPARK-44072
>                 URL: https://issues.apache.org/jira/browse/SPARK-44072
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation
>    Affects Versions: 3.3.3, 3.4.1, 3.5.0
>            Reporter: Yang Zhang
>            Priority: Major
>             Fix For: 3.3.3, 3.4.1, 3.5.0
>
>
> Latest docs of insert table has an incorrect sql example about 'Insert Using 
> a Typed Date Literal for a Partition Column Value'.
> It should be
> {code:java}
> INSERT OVERWRITE students PARTITION (birthday = date'2019-01-02') 
> VALUES('Jason Wang', '908 Bird St, Saratoga'); {code}
> Doc link: 
> https://spark.apache.org/docs/latest/sql-ref-syntax-dml-insert-table.html#insert-using-a-typed-date-literal-for-a-partition-column-value-1



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to