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_r391754858
##########
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:
Hi, @cloud-fan . This reminds me the following.
```
SPARK-30098 Use default datasource as provider for CREATE TABLE syntax
```
@marmbrus and @gatorsmile . Do we need to revert SPARK-30098 due to its
silent behavior change?
Also, cc @rxin since he is the release manager for 3.0.0.
----------------------------------------------------------------
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]