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: [email protected] With regards, Apache Git Services
