Skip to content

Commit

Permalink
Fix Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
gdliu3 committed Jul 24, 2023
1 parent 083e08b commit 8547116
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 void pollNext(Collector<SeaTunnelRow> output) throws Exception {
}
lastKeyEvaluated = scan.lastEvaluatedKey();
Thread.sleep(amazondynamodbSourceOptions.getBatchIntervalMs());
}while (lastKeyEvaluated != null);
} while (lastKeyEvaluated != null);
context.signalNoMoreElement();
}
}

0 comments on commit 8547116

Please sign in to comment.