njnu-seafish commented on code in PR #18046: URL: https://github.com/apache/dolphinscheduler/pull/18046#discussion_r2921860872
########## docs/docs/en/guide/parameter/context.md: ########## @@ -27,8 +27,8 @@ Upstream parameter will be override when defining parameter with the same name i > Note: > > 1. Parameter passing behavior has changed in version 3.3.x** -> In older version before 3.2.2, downstream node B could obtain the out type output X of upstream node A without configuring an IN type local variable X. -> In the new version after 3.3.0, the logic for obtaining local variables has been modified: downstream node B can only use the out type output X of upstream node A if it has configured an IN type local variable X. +> In legacy versions (3.2.2 and earlier), downstream node B could obtain the out type output X of upstream node A without configuring an IN type local variable X. +> In new versions (3.3.0 and later), the logic for obtaining local variables has been modified: downstream node B can only use the out type output X of upstream node A if it has configured an IN type local variable X.(Note: This restriction does not apply to Switch tasks, as they lack an interface for configuring custom parameters.) Review Comment: > We don't need this since this should be placed in the switch task type. ok, Added a more complete description. -- 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]
