Apache Iceberg version
1.7.1 (latest release)
Query engine
Spark
Please describe the bug 🐞
Once https://issues.apache.org/jira/browse/SPARK-50624 has been released, the workaround in
|
// ColumnarRow.get doesn't support TimestampNTZType, causing tests to fail. the representation |
|
// is identical to TimestampType so this uses that type to validate. |
|
if (type instanceof TimestampNTZType) { |
|
type = TimestampType$.MODULE$; |
|
} |
can be removed
Willingness to contribute
Apache Iceberg version
1.7.1 (latest release)
Query engine
Spark
Please describe the bug 🐞
Once https://issues.apache.org/jira/browse/SPARK-50624 has been released, the workaround in
iceberg/spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java
Lines 787 to 791 in cd187c5
Willingness to contribute