AnandInguva commented on pull request #3379:
URL: https://github.com/apache/beam/pull/3379#issuecomment-1031851247


   > Unfortunately it seems that `store_true` still allows a value via 
`--use_public_ips=false` but our usage of the result does not take this into 
account (https://issues.apache.org/jira/browse/BEAM-13709)
   
   From my understanding, we shouldn't allow the use of booleans 
`--use_public_ips=False` programmatically with `PipelineOptions` class(to 
maintain consistency with `argparse`). We would only allow boolean options with 
`True` and discard/ignore the options with value `False`. 
   


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