pan3793 commented on code in PR #14155: URL: https://github.com/apache/iceberg/pull/14155#discussion_r2576783497
########## spark/v4.1/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMetadataTables.java: ########## @@ -31,7 +31,7 @@ import java.util.stream.Collectors; import java.util.stream.Stream; import org.apache.avro.generic.GenericData.Record; -import org.apache.commons.collections.ListUtils; +import org.apache.commons.collections4.ListUtils; Review Comment: was told in a review comment, many years ago ... I can't find the link -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
