cloud-fan commented on a change in pull request #30421:
URL: https://github.com/apache/spark/pull/30421#discussion_r584797630



##########
File path: docs/sql-ref-syntax-dml-insert-into.md
##########
@@ -41,7 +41,7 @@ INSERT INTO [ TABLE ] table_identifier [ partition_spec ] [ ( 
column_list ) ]
 * **partition_spec**
 
     An optional parameter that specifies a comma-separated list of key and 
value pairs
-    for partitions.
+    for partitions. Note that one can use a typed literal (e.g., 
date'2019-01-02') for a partition column value.

Review comment:
       shall we update the sql doc for ADD/DROP/RENAME PARTITION as well?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to