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


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetReadSupport.scala:
##########
@@ -192,7 +194,8 @@ object ParquetReadSupport extends Logging {
       parquetSchema: MessageType,
       catalystSchema: StructType,
       caseSensitive: Boolean = true): MessageType = {
-    clipParquetSchema(parquetSchema, catalystSchema, caseSensitive, useFieldId 
= false)
+    clipParquetSchema(parquetSchema, catalystSchema, caseSensitive, useFieldId 
= false,
+      timestampNTZEnabled = true)

Review Comment:
   We enable TIMESTAMP_NTZ here by default. @gengliangwang thoughts?



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