cloud-fan 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_r391643394
 
 

 ##########
 File path: docs/sql-ref-syntax-dml-load.md
 ##########
 @@ -92,7 +92,7 @@ LOAD DATA [ LOCAL ] INPATH path [ OVERWRITE ] INTO TABLE 
table_identifier [ part
      + -------------- + ------------------------------ + -------------- +
 
  -- Example with partition specification.
- CREATE TABLE test_partition (c1 INT, c2 INT, c3 INT) USING HIVE PARTITIONED 
BY (c2, c3);
+ CREATE TABLE test_partition (c1 INT, c2 INT, c3 INT) PARTITIONED BY (c2, c3);
 
 Review comment:
   This is used as the source so doesn't need to be a hive table.

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

Reply via email to