[
https://issues.apache.org/jira/browse/SPARK-44072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kent Yao resolved SPARK-44072.
------------------------------
Fix Version/s: (was: 3.4.1)
(was: 3.3.3)
Resolution: Fixed
Issue resolved by pull request 41619
[https://github.com/apache/spark/pull/41619]
> 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.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: [email protected]
For additional commands, e-mail: [email protected]