You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gatorsmile <gi...@git.apache.org> on 2017/11/22 18:25:26 UTC

[GitHub] spark pull request #19607: [SPARK-22395][SQL][PYTHON] Fix the behavior of ti...

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

    https://github.com/apache/spark/pull/19607#discussion_r152645369
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -997,6 +997,14 @@ object SQLConf {
           .intConf
           .createWithDefault(10000)
     
    +  val PANDAS_RESPECT_SESSION_LOCAL_TIMEZONE =
    +    buildConf("spark.sql.execution.pandas.respectSessionTimeZone")
    +      .internal()
    +      .doc("When true, make Pandas DataFrame with timestamp type respecting session local " +
    +        "timezone when converting to/from Pandas DataFrame.")
    --- End diff --
    
    Emphasize the conf will be deprecated?
    
    > When true, make Pandas DataFrame with timestamp type respecting session local timezone when converting to/from Pandas DataFrame. This configuration will be deprecated in the future releases.


---

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