LadyForest commented on a change in pull request #58:
URL: https://github.com/apache/flink-table-store/pull/58#discussion_r834976434
##########
File path:
flink-table-store-core/src/test/java/org/apache/flink/table/store/file/utils/BlockingIterator.java
##########
@@ -65,6 +65,15 @@ public BlockingIterator(Iterator<IN> iterator, Function<IN,
OUT> converter) {
}
}
+ public List<OUT> collectAndCloseQuietly(int limit) {
Review comment:
It'll be more dedicated and straightforward if moving this method to
`ReadWriteTableITCase`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]