mgaido91 commented on a change in pull request #25693: [SPARK-28989][SQL] Add 
`spark.sql.ansi.enabled`
URL: https://github.com/apache/spark/pull/25693#discussion_r321238556
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1664,6 +1648,14 @@ object SQLConf {
       .checkValues(StoreAssignmentPolicy.values.map(_.toString))
       .createOptional
 
+  val ANSI_ENABLED = buildConf("spark.sql.ansi.enabled")
+    .doc("When true, tries to conform to the ANSI SQL specification. For 
example, Spark will " +
 
 Review comment:
   Instead of reporting as examples, shall we list clearly all the changes here?

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