dongjoon-hyun commented on a change in pull request #27891:
[SPARK-31133][SQL][DOC] fix sql ref doc for DML
URL: https://github.com/apache/spark/pull/27891#discussion_r391839894
##########
File path: docs/sql-ref-syntax-dml-load.md
##########
@@ -78,7 +78,7 @@ LOAD DATA [ LOCAL ] INPATH path [ OVERWRITE ] INTO TABLE
table_identifier [ part
| Amy Smith | 123 Park Ave, San Jose | 111111 |
+ -------------- + ------------------------------ + -------------- +
- CREATE TABLE test_load (name VARCHAR(64), address VARCHAR(64), student_id
INT);
+ CREATE TABLE test_load (name VARCHAR(64), address VARCHAR(64), student_id
INT) USING HIVE;
Review comment:
I updated the JIRA description with @cloud-fan 's example.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]