stevenzwu commented on code in PR #9211: URL: https://github.com/apache/iceberg/pull/9211#discussion_r1416061615
########## flink/v1.18/flink/src/test/java/org/apache/iceberg/flink/TestHelpers.java: ########## @@ -416,7 +416,7 @@ private static void assertAvroEquals( Collection<?> expectedArrayData = (Collection<?>) expected; ArrayData actualArrayData; try { - actualArrayData = (ArrayData) actual; + actualArrayData = convertToArray(actual); Review Comment: is this a behavior change from 1.18? it seems like a breaking change to me. -- 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