-
Notifications
You must be signed in to change notification settings - Fork 5k
[Fix-17639] Parameter passing docs improvement #17660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
|
Thanks for opening this pull request! Please check out our contributing guidelines. (https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md) |
SbloodyS
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run mvn spotless:apply to fix CI. @yaowanli
| > | ||
| > **1.参数传递的行为在3.3.x版本中发生了变化** | ||
| > | ||
| > 在旧版本3.2.x中,下游节点B无需配置IN类型局部变量X即可获取上游节点A的out类型输出X; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > 在旧版本3.2.x中,下游节点B无需配置IN类型局部变量X即可获取上游节点A的out类型输出X; | |
| > 在旧版本低于3.2.2中,下游节点B无需配置IN类型局部变量X即可获取上游节点A的out类型输出X; |
| > | ||
| > In older version 3.2.x, 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 3.3.x, 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > In the new version 3.3.x, 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 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. |
…re the usage of parameter passing in the documentation has been changed.
Co-authored-by: xiangzihao <[email protected]>
Co-authored-by: xiangzihao <[email protected]>
e7e7b11 to
413a015
Compare
Version 3.3.x has modified the behavior of parameter passing, therefore the usage of parameter passing in the documentation has been changed.
Purpose of the pull request
Version 3.3.x has modified the behavior of parameter passing, therefore the usage of parameter passing in the documentation has been changed.
In this update, I submitted a documentation update regarding changes to parameter passing usage to fix #17639
Brief change log
The example images and instructions for parameter passing in the document have been modified.
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
Pull Request Notice
Pull Request Notice
If your pull request contains incompatible change, you should also add it to
docs/docs/en/guide/upgrade/incompatible.md