EnricoMi commented on code in PR #38312:
URL: https://github.com/apache/spark/pull/38312#discussion_r1002966819
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaConverter.scala:
##########
@@ -271,6 +271,10 @@ class ParquetToSparkSchemaConverter(
} else {
TimestampNTZType
}
+ // SPARK-40819: NANOS are not supported as a Timestamp, convert to
LongType without
+ // timezone awareness to address behaviour regression introduced by
SPARK-34661
Review Comment:
Yes, the main purpose of the nano timestamp is the nano precision.
--
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]