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

    https://github.com/apache/spark/pull/23150#discussion_r238195206
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -1618,6 +1618,13 @@ object SQLConf {
             "a SparkConf entry.")
           .booleanConf
           .createWithDefault(true)
    +
    +  val LEGACY_TIME_PARSER_ENABLED = 
buildConf("spark.sql.legacy.timeParser.enabled")
    +    .doc("When set to true, java.text.SimpleDateFormat is using for 
formatting and parsing " +
    +      " dates/timestamps in a locale-sensitive manner. When set to false, 
classes from " +
    +      "java.time.* packages are using for the same purpose.")
    --- End diff --
    
    ditto


---

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

Reply via email to