liwensun commented on a change in pull request #24784: [SPARK-27938][SQL] Turn 
on LEGACY_PASS_PARTITION_BY_AS_OPTIONS by default
URL: https://github.com/apache/spark/pull/24784#discussion_r290914103
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1718,7 +1718,7 @@ object SQLConf {
         "Data source V1 now silently drops partitionBy columns for 
non-file-format sources; " +
         "turning the flag on provides a way for these sources to see these 
partitionBy columns.")
       .booleanConf
-      .createWithDefault(false)
+      .createWithDefault(true)
 
 Review comment:
   Sounds good to me. I will go ahead and remove this feature flag altogether 
if no objections.

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