sadikovi commented on code in PR #36158:
URL: https://github.com/apache/spark/pull/36158#discussion_r854771048
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1061,6 +1061,15 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val PARQUET_TIMESTAMP_NTZ_ENABLED =
+ buildConf("spark.sql.parquet.timestampNTZ.enabled")
+ .doc("Enables TIMESTAMP_NTZ support for Parquet schema inference and
writes. " +
+ "When disabled, TIMESTAMP_NTZ values are inferred as TIMESTAMP_LTZ and
have to be " +
Review Comment:
Updated, thanks.
--
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]