You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "jaceklaskowski (via GitHub)" <gi...@apache.org> on 2023/03/28 18:30:23 UTC

[GitHub] [spark] jaceklaskowski commented on a diff in pull request #40232: [SPARK-42629][DOCS] Update the description of default data source in the document

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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