sadikovi commented on code in PR #36158:
URL: https://github.com/apache/spark/pull/36158#discussion_r855639984
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1061,6 +1061,16 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val PARQUET_TIMESTAMP_NTZ_ENABLED =
+ buildConf("spark.sql.parquet.timestampNTZ.enabled")
+ .doc("Enables TIMESTAMP_NTZ support for Parquet reads and writes. When
enabled, " +
+ "TIMESTAMP_NTZ values are writen as Parquet timestamp columns with
annotation " +
Review Comment:
Haha, thanks! I should be more careful next time 😄.
--
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]