rdblue commented on code in PR #11415: URL: https://github.com/apache/iceberg/pull/11415#discussion_r1893374423
########## 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: I think I was just trying to match the other public method names for this, and to make few changes to how strings are generated internally. Then I guess it ended up with the duplicate signature from the separate changes. I'll make the internal method call this one. -- 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