pvary commented on code in PR #9211:
URL: https://github.com/apache/iceberg/pull/9211#discussion_r1416686437


##########
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:
   Based on @PrabhuJoseph's 
[comment](https://github.com/apache/iceberg/issues/8930#issuecomment-1806668299)
 the changes are caused by https://issues.apache.org/jira/browse/FLINK-33523.
   Based on the jira, this is an expected general fix in Flink 1.18.



-- 
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

Reply via email to