Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21941#discussion_r206763936
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1451,6 +1451,15 @@ object SQLConf {
         .intConf
         .checkValues((1 to 9).toSet + Deflater.DEFAULT_COMPRESSION)
         .createWithDefault(Deflater.DEFAULT_COMPRESSION)
    +
    +  val SETOPS_PRECEDENCE_ENFORCED =
    +    buildConf("spark.sql.setops.precedence.enforced")
    --- End diff --
    
    let me think about the name of conf


---

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

Reply via email to