Skip to content

Commit

Permalink
[hotfix] change FileSourceSplit to JdbcSourceSplit
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored and 1996fanrui committed Oct 14, 2024
1 parent 1fcb9dd commit 3b24566
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void setPosition(CheckpointedOffset offset) {
this.recordsToSkipAfterOffset = offset.getRecordsAfterOffset();
}

/** Use the current row count as the starting row count to create a new FileSourceSplit. */
/** Use the current row count as the starting row count to create a new JdbcSourceSplit. */
@SuppressWarnings("unchecked")
public SplitT toJdbcSourceSplit() {
final CheckpointedOffset position =
Expand Down

0 comments on commit 3b24566

Please sign in to comment.