danielcweeks commented on code in PR #11415: URL: https://github.com/apache/iceberg/pull/11415#discussion_r1890613144
########## api/src/test/java/org/apache/iceberg/util/RandomUtil.java: ########## @@ -29,6 +29,10 @@ public class RandomUtil { private RandomUtil() {} + public static String generateString(int length, Random random) { Review Comment: Why not just make `randomString` public? Seems like we're just duplicating here. -- 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