srowen commented on a change in pull request #29056:
URL: https://github.com/apache/spark/pull/29056#discussion_r453204080
##########
File path: docs/sql-ref-syntax-ddl-create-table-hiveformat.md
##########
@@ -31,7 +31,13 @@ CREATE [ EXTERNAL ] TABLE [ IF NOT EXISTS ] table_identifier
[ COMMENT table_comment ]
[ PARTITIONED BY ( col_name2[:] col_type2 [ COMMENT col_comment2 ], ... )
| ( col_name1, col_name2, ... ) ]
- [ ROW FORMAT row_format ]
+ [ ROW FORMAT SERGE serde_name [WITH SERDEPROPERTIES (k1=v1, k2=v2, ...)] ]
Review comment:
SERDE
##########
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 SERGE**
Review comment:
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]