Skip to content

Commit

Permalink
[flink] apache#32838 remove removed flink version references
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Oct 18, 2024
1 parent 3c2a76d commit 51a1e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/go/examples/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cd $BEAM_HOME
Expected output should include the following, from which you acquire the latest flink runner version.

```shell
'flink_versions: 1.15,1.16,1.17,1.18,1.19'
'flink_versions: 1.17,1.18,1.19'
```

#### 2. Set to the latest flink runner version i.e. 1.16
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/options/pipeline_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ def _add_argparse_args(cls, parser):
class FlinkRunnerOptions(PipelineOptions):

# These should stay in sync with gradle.properties.
PUBLISHED_FLINK_VERSIONS = ['1.15', '1.16', '1.17', '1.18', '1.19']
PUBLISHED_FLINK_VERSIONS = ['1.17', '1.18', '1.19']

@classmethod
def _add_argparse_args(cls, parser):
Expand Down

0 comments on commit 51a1e94

Please sign in to comment.