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

    https://github.com/apache/spark/pull/18933#discussion_r133255672
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -912,6 +912,14 @@ object SQLConf {
           .intConf
           .createWithDefault(10000)
     
    +  val PANDAS_TIMEZONE_AWARE =
    --- End diff --
    
    Yes, I agree with this. There is also inconsistent behavior when bringing 
data into Spark because `TimestampType.toInternal` does a conversion with local 
time and not with session local timezone.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to