maropu commented on a change in pull request #29056:
URL: https://github.com/apache/spark/pull/29056#discussion_r453380134



##########
File path: docs/sql-ref-syntax-ddl-create-table-hiveformat.md
##########
@@ -57,9 +63,31 @@ as any order. For example, you can write COMMENT 
table_comment after TBLPROPERTI
 
     Partitions are created on the table, based on the columns specified.
 
-* **ROW FORMAT**
-
-    SERDE is used to specify a custom SerDe or the DELIMITED clause in order 
to use the native SerDe.
+* **ROW FORMAT SERDE**
+
+    Specify a custom SerDe.
+    
+* **ROW FORMAT DELIMITED**
+
+    Define DELIMITED clause in order to use the native SerDe.

Review comment:
       `Use the native SerDe to specify a delimiter, escape character, null 
character, and so on.`?




----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to