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



##########
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 SERDE serde_name [WITH SERDEPROPERTIES (k1=v1, k2=v2, ...)] ]

Review comment:
       How about following the Databricks doc and creating a separate section 
for `row_format`? 
https://docs.databricks.com/spark/latest/spark-sql/language-manual/create-table.html




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