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

    https://github.com/apache/spark/pull/20774#discussion_r175335261
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -479,6 +479,15 @@ object SQLConf {
         .checkValues(HiveCaseSensitiveInferenceMode.values.map(_.toString))
         
.createWithDefault(HiveCaseSensitiveInferenceMode.INFER_AND_SAVE.toString)
     
    +  val HIVE_COMPARE_DATE_TIMESTAMP_IN_TIMESTAMP =
    +    buildConf("spark.sql.hive.compareDateTimestampInTimestamp")
    --- End diff --
    
    `spark.sql.typeCoercion.compareDateTimestampInTimestamp`


---

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

Reply via email to