findepi commented on code in PR #11721: URL: https://github.com/apache/iceberg/pull/11721#discussion_r1877655052
########## flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/data/TestRowProjection.java: ########## @@ -369,19 +346,7 @@ public void testMapProjection() throws IOException { assertThat(projected.getMap(0)).isEqualTo(properties); } - private Map<String, ?> toStringMap(Map<?, ?> map) { Review Comment: the ide didn't flag it as unused there... turns out it was too lazy. thanks for catching! -- 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