openinx commented on a change in pull request #1266:
URL: https://github.com/apache/iceberg/pull/1266#discussion_r464911911
##########
File path: data/src/test/java/org/apache/iceberg/data/RandomGenericData.java
##########
@@ -55,8 +55,8 @@ private RandomGenericData() {}
return records;
}
- private static class RandomRecordGenerator extends
RandomDataGenerator<Record> {
- private RandomRecordGenerator(long seed) {
+ public static class RandomRecordGenerator extends
RandomDataGenerator<Record> {
Review comment:
This don't have to be public, see comment
https://github.com/apache/iceberg/pull/1266/files#r464903356
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]