rodmeneses commented on code in PR #9308: URL: https://github.com/apache/iceberg/pull/9308#discussion_r1428240323
########## flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/source/reader/IcebergSourceSplitReader.java: ########## @@ -61,6 +67,7 @@ class IcebergSourceSplitReader<T> implements SplitReader<RecordAndPosition<T>, I this.splitComparator = splitComparator; this.indexOfSubtask = context.getIndexOfSubtask(); this.splits = new ArrayDeque<>(); Review Comment: not changed in this PR, but we should be consistent: ```java this.splits = Queues.newArrayDeque(); ``` -- 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