mosche commented on code in PR #25263:
URL: https://github.com/apache/beam/pull/25263#discussion_r1097307309
##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1535,9 +1535,8 @@ def _add_argparse_args(cls, parser):
parser.add_argument(
'--spark_version',
default='3',
- choices=['3', '2'],
- help='Spark major version to use. '
- 'Note, Spark 2 support is deprecated')
+ choices=['3'],
Review Comment:
No, removing the pipeline option would be a breaking change for the ones
using spark 3 and setting this explicitly.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]