rdblue commented on code in PR #11919:
URL: https://github.com/apache/iceberg/pull/11919#discussion_r1909246082


##########
api/src/test/java/org/apache/iceberg/util/RandomUtil.java:
##########
@@ -228,4 +235,54 @@ private static BigInteger randomUnscaled(int precision, 
Random random) {
 
     return new BigInteger(sb.toString());
   }
+
+  public static List<Object> generateList(
+      Random random, Types.ListType list, Supplier<Object> elementResult) {

Review Comment:
   Nit: the supplier names no longer make much sense in this context, but this 
is minor.



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