Skip to content

Commit 81775b0

Browse files
RyanSkrabaMartijnVisser
authored andcommitted
[FLINK-20625][pubsub,e2e] Update parameter for EnumeratorState
1 parent a412a00 commit 81775b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-connector-gcp-pubsub/src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/source/enumerator/PubSubSourceEnumerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void addReader(int subtaskId) {
6868
* @throws Exception
6969
*/
7070
@Override
71-
public PubSubEnumeratorState snapshotState() throws Exception {
71+
public PubSubEnumeratorState snapshotState(long checkpointId) throws Exception {
7272
return new PubSubEnumeratorState();
7373
}
7474

0 commit comments

Comments
 (0)