dongjoon-hyun commented on a change in pull request #24005: [SPARK-27085][SQL] 
Migrate CSV to File Data Source V2
URL: https://github.com/apache/spark/pull/24005#discussion_r267454291
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1482,7 +1482,7 @@ object SQLConf {
       " register class names for which data source V2 write paths are 
disabled. Writes from these" +
       " sources will fall back to the V1 sources.")
     .stringConf
-    .createWithDefault("orc")
+    .createWithDefault("orc,csv")
 
 Review comment:
   nit. Can we keep alphabetic order? e.g. `csv,orc`?

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