You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/12 16:50:04 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #27891: [SPARK-31133][SQL][DOC] fix sql ref doc for DML

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.
   ```
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org