nastra commented on code in PR #12396: URL: https://github.com/apache/iceberg/pull/12396#discussion_r1967991709
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java: ########## @@ -784,11 +782,6 @@ private static void assertEquals( for (int i = 0; i < actual.numFields(); i += 1) { StructField field = struct.fields()[i]; DataType type = field.dataType(); - // ColumnarRow.get doesn't support TimestampNTZType, causing tests to fail. the representation Review Comment: thanks for removing this. This also fixes https://github.com/apache/iceberg/issues/11945 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org