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

    https://github.com/apache/spark/pull/16781#discussion_r104664187
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -674,6 +674,12 @@ object SQLConf {
           .stringConf
           .createWithDefault(TimeZone.getDefault().getID())
     
    +  val PARQUET_TABLE_INCLUDE_TIMEZONE =
    +    buildConf("spark.sql.session.parquet.timeZone")
    +      .doc("""Enables inclusion of parquet timezone property in newly 
created parquet tables""")
    --- End diff --
    
    There should be a config option for writing "UTC" to the table property 
when creating tables, not for writing the 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