riteshghorse commented on code in PR #29474:
URL: https://github.com/apache/beam/pull/29474#discussion_r1397904890
##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -343,14 +349,16 @@ def get_all_options(
continue
if i + 1 >= len(unknown_args) or unknown_args[i + 1].startswith('-'):
split = unknown_args[i].split('=', 1)
+ _warning_unknown_arg_found(split[0])
Review Comment:
I thought of it but it will have the flag with single dash as well which we
are discarding. no strong opinion though.. flooding could be a issue, I agree.
--
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]