You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/ChangelogState.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
packageorg.apache.flink.state.changelog;
2
1
/*
3
2
* Licensed to the Apache Software Foundation (ASF) under one or more
4
3
* contributor license agreements. See the NOTICE file distributed with
Copy file name to clipboardexpand all lines: flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/operation/OperationExecutor.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -783,7 +783,7 @@ public ResultFetcher callShowJobsOperation(
783
783
* @param handle the specified operation handle
784
784
* @param clusterAction the cluster action to run against the retrieved {@link ClusterClient}.
785
785
* @param <ClusterID> type of the cluster id
786
-
* @param <Result>> type of the result
786
+
* @param <Result> type of the result
787
787
* @throws SqlExecutionException if something goes wrong
0 commit comments