You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/12 23:14:05 UTC

[GitHub] [beam] ibzib commented on a change in pull request #11106: Fixing apache_beam.io.gcp.bigquery_test:PubSubBigQueryIT. at head

ibzib commented on a change in pull request #11106: Fixing apache_beam.io.gcp.bigquery_test:PubSubBigQueryIT. at head
URL: https://github.com/apache/beam/pull/11106#discussion_r391953302
 
 

 ##########
 File path: sdks/python/apache_beam/options/pipeline_options.py
 ##########
 @@ -1048,7 +1048,7 @@ def _add_argparse_args(cls, parser):
 
 class FlinkRunnerOptions(PipelineOptions):
 
-  PUBLISHED_FLINK_VERSIONS = ['1.7', '1.8', '1.9']
+  PUBLISHED_FLINK_VERSIONS = ['1.7', '1.8', '1.9', '1.10']
 
 Review comment:
   Unfortunately, such a document would itself need to stay up-to-date.
   
   It'd be great if we could have a single source of truth, but it might be somewhat challenging considering the number of different places we need it (Python, Bash, Gradle, etc.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services