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



##########
File path: docs/sql-ref-syntax-ddl-create-table-hiveformat.md
##########
@@ -51,15 +59,55 @@ as any order. For example, you can write COMMENT 
table_comment after TBLPROPERTI
 
 * **EXTERNAL**
 
-    Table is defined using the path provided as LOCATION, does not use default 
location for this table.
+    Table is defined using the path provided as `LOCATION`, does not use 
default location for this table.
 
 * **PARTITIONED BY**
 
     Partitions are created on the table, based on the columns specified.
+    
+* **row_format**    
+
+    Use the `SERDE` clause to specify a custom SerDe for one table. Otherwise, 
use the `DELIMITED` clause to use the native SerDe and specify the delimiter, 
escape character, null character, and so on.
+    
+* **SERDE**
+
+    `SERDE` clause can be used to specify a custom `SerDe` for one table.

Review comment:
       `SerDe` -> SerDe ?




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