aokolnychyi commented on code in PR #7587:
URL: https://github.com/apache/iceberg/pull/7587#discussion_r1191662608
##########
spark/v3.4/spark/src/jmh/java/org/apache/iceberg/spark/data/parquet/SparkParquetReadersFlatDataBenchmark.java:
##########
@@ -156,6 +156,8 @@ public void readUsingSparkReader(Blackhole blackhole)
throws IOException {
.set("spark.sql.parquet.int96AsTimestamp", "false")
.set("spark.sql.caseSensitive", "false")
.set("spark.sql.parquet.fieldId.write.enabled", "false")
+ .set("spark.sql.parquet.inferTimestampNTZ.enabled", "false")
Review Comment:
I guess we are reading a file not written by Spark so there is no Spark
schema written. That's why Spark tries to infer the actual timestamp type.
--
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]