SbloodyS commented on code in PR #18046:
URL: 
https://github.com/apache/dolphinscheduler/pull/18046#discussion_r2922957935


##########
docs/docs/en/guide/parameter/context.md:
##########
@@ -27,8 +28,9 @@ 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.
+>    In all versions, for Switch nodes, there is no need to configure an IN 
type local variable X; you can directly use the OUT type output X from the 
upstream node A.

Review Comment:
   ```suggestion
   ```
   
   We don't need this.
   



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