jaceklaskowski commented on code in PR #40232:
URL: https://github.com/apache/spark/pull/40232#discussion_r1151011001


##########
docs/sql-ref-syntax-ddl-create-table-datasource.md:
##########
@@ -118,7 +118,7 @@ CREATE TABLE student (id INT, name STRING, age INT) USING 
CSV;
 CREATE TABLE student_copy USING CSV
     AS SELECT * FROM student;
   
---Omit the USING clause, which uses the default data source (parquet by 
default)
+--Omit the USING clause, which uses the default data source (textfile by 
default)

Review Comment:
   Why is this change? I thought `parquet` is the default data source (by 
`spark.sql.sources.default`).



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

To unsubscribe, e-mail: [email protected]

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