chenjunjiedada commented on a change in pull request #1266:
URL: https://github.com/apache/iceberg/pull/1266#discussion_r466906862
##########
File path: data/src/test/java/org/apache/iceberg/data/RandomGenericData.java
##########
@@ -55,6 +59,14 @@ private RandomGenericData() {}
return records;
}
+ public static Iterable<Record> generateFallbackRecords(Schema schema, int
numRecords, long seed, long numDictRows) {
+ return generateRecords(schema, numRecords, new FallbackGenerator(seed,
numDictRows));
Review comment:
Fixed.
----------------------------------------------------------------
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]