Abacn commented on code in PR #37101:
URL: https://github.com/apache/beam/pull/37101#discussion_r2616059153


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -500,6 +501,9 @@ def get_all_options(
       retain_unknown_options: If set to true, options not recognized by any
         known pipeline options class will still be included in the result. If
         set to false, they will be discarded.
+      hierarchy_only: If set to true, only returns options defined in this 
class
+        and its super classes only. Otherwise, arguments that are defined in

Review Comment:
   Yeah for current one (DaskOptions) it is sufficient. Simplified.



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