maropu commented on a change in pull request #29056:
URL: https://github.com/apache/spark/pull/29056#discussion_r453380479
##########
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.
+
+* **COLLECTION ITEMS TERMINATED BY**
+ It is used to define collection items separator.
+
+* **MAP KEYS TERMINATED BY**
+ It is used to define map keys separator.
+
+* **LINES TERMINATED BY**
+ It is used to define row separator.
Review comment:
`row separator.` -> `a row 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]