mxm 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_r392272672
########## 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: It shouldn't be too hard to have a central file with a list and read that list from these languages. We would have to have some form of build macro here though, to generate a Python file with the versions. ---------------------------------------------------------------- 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
