Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20705#discussion_r174019305
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -526,7 +526,7 @@ object SQLConf {
val DEFAULT_DATA_SOURCE_NAME = buildConf("spark.sql.sources.default")
.doc("The default data source to use in input/output.")
.stringConf
- .createWithDefault("parquet")
+ .createWithDefault("orc")
--- End diff --
Can you change it back?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]