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



##########
File path: docs/sql-ref-syntax-ddl-create-table-hiveformat.md
##########
@@ -117,6 +145,21 @@ CREATE TABLE student (id INT, name STRING)
 CREATE TABLE student (id INT,name STRING)
     ROW FORMAT DELIMITED FIELDS TERMINATED BY ','
     STORED AS TEXTFILE;
+    
+--Use complex datatype

Review comment:
       Could you split the example into multiple ones, e.g., `use complex 
datatype`, `Use the native SerDe`, `Use the custom 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