pan3793 commented on code in PR #14155:
URL: https://github.com/apache/iceberg/pull/14155#discussion_r2576462345
##########
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:
it used to be disabled in Spark, but has been enabled since
https://github.com/apache/spark/commit/d50e9b7fee5d1cdb7452461c1d48074353bac133
--
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]