sadikovi commented on code in PR #36158:
URL: https://github.com/apache/spark/pull/36158#discussion_r855640236
##########
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, " +
Review Comment:
Great suggestion, it will make it consistent with the timestampType option.
Updated!
--
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]