vinodkc commented on code in PR #56422:
URL: https://github.com/apache/spark/pull/56422#discussion_r3398976802
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1790,6 +1790,18 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val PARQUET_TIME_IS_ADJUSTED_TO_UTC =
+ buildConf("spark.sql.parquet.timeIsAdjustedToUTC")
Review Comment:
Thanks.
Updated the config doc to describe only the read path — removed the mention
of writing isAdjustedToUTC=true
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]