Skip to content

Commit

Permalink
Update flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/sourc…
Browse files Browse the repository at this point in the history
…e/reader/IcebergSourceSplitReader.java

Co-authored-by: Mason Chen <[email protected]>
  • Loading branch information
pvary and mas-chen authored Dec 18, 2023
1 parent bd8d436 commit 191f860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public RecordsWithSplitIds<RecordAndPosition<T>> fetch() throws IOException {
LOG.info("Reader {} paused reading split {}", indexOfSubtask, currentSplitId);
first = false;
} else {
LOG.trace("Reader {} is Still paused reading split {}", indexOfSubtask, currentSplitId);
LOG.trace("Reader {} is still paused reading split {}", indexOfSubtask, currentSplitId);
}

synchronized (wakeUp) {
Expand Down

0 comments on commit 191f860

Please sign in to comment.