pan3793 commented on code in PR #14155:
URL: https://github.com/apache/iceberg/pull/14155#discussion_r2576440955
##########
spark/v4.1/spark/src/test/java/org/apache/iceberg/spark/data/TestSparkParquetReader.java:
##########
@@ -171,6 +171,7 @@ public void
testInt96TimestampProducedBySparkIsReadCorrectly() throws IOExceptio
.set("spark.sql.parquet.writeLegacyFormat", "false")
.set("spark.sql.parquet.outputTimestampType", "INT96")
.set("spark.sql.parquet.fieldId.write.enabled", "true")
+ .set("spark.sql.parquet.variant.annotateLogicalType.enabled",
"false")
Review Comment:
why disable it?
--
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]