shrirangmhalgi commented on code in PR #56422:
URL: https://github.com/apache/spark/pull/56422#discussion_r3398410062


##########
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:
   The config doc says "writes Parquet TIME(MICROS) data with 
isAdjustedToUTC=true" but there isnt a corresponding change to the write path 
(`SparkToParquetSchemaConverter`). Is the write-side behavior planned for a 
follow-up, or should the doc be narrowed to read-only for now?



-- 
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]

Reply via email to