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

    https://github.com/apache/spark/pull/19769#discussion_r155892190
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala
 ---
    @@ -307,6 +308,10 @@ class ParquetFileFormat
         hadoopConf.set(
           ParquetWriteSupport.SPARK_ROW_SCHEMA,
           requiredSchema.json)
    +    hadoopConf.set(
    +      SQLConf.SESSION_LOCAL_TIMEZONE.key,
    +      sparkSession.sessionState.conf.sessionLocalTimeZone
    +    )
    --- End diff --
    
    I think he meant simply moving `)` up .. 


---

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

Reply via email to