AnandInguva commented on a change in pull request #16715:
URL: https://github.com/apache/beam/pull/16715#discussion_r798993902



##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -55,6 +55,15 @@
 
 _LOGGER = logging.getLogger(__name__)
 
+# dest is initialized to a different name in parser.add_argument.
+# This information is needed to maintain consistent behavior
+# between flags and kwargs.
+DEPENDENT_ARGS = {

Review comment:
       Yes. I will add the comments when i do refactoring. 




-- 
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]


Reply via email to