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

    https://github.com/apache/spark/pull/20774#discussion_r175333760
  
    --- 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")
    +      .doc("When true (default), compare Date with Timestamp after 
converting both sides to " +
    +        "Timestamp. This behavior is compatible with Hive 2.2 or later. 
See HIVE-15236. " +
    +        "When false, restore the behavior prior to Spark 2.4. Compare Date 
with Timestamp after " +
    +        "converting both sides to string.")
    +    .booleanConf
    --- End diff --
    
    internal()?


---

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

Reply via email to