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_r394550642
########## 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: Sounds good. I filed BEAM-9541 for this. ---------------------------------------------------------------- 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
