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



##########
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.
+    
+* **FIELDS TERMINATED BY**
+    It is used to define the column separator.

Review comment:
       `the column separator.` -> `a column separator.`?




----------------------------------------------------------------
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