gengliangwang commented on code in PR #36158:
URL: https://github.com/apache/spark/pull/36158#discussion_r849300121


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1052,6 +1052,15 @@ object SQLConf {
       .booleanConf
       .createWithDefault(false)
 
+  val PARQUET_TIMESTAMP_NTZ_SUPPORT_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 " +
+        "converted to TIMESTAMP_LTZ for writes.")
+      .version("3.3.0")

Review Comment:
   It should be 3.4.0



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