Skip to content

Conversation

@yaowanli
Copy link

@yaowanli yaowanli commented Nov 9, 2025

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

@boring-cyborg
Copy link

boring-cyborg bot commented Nov 9, 2025

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)

@yaowanli yaowanli changed the title Version 3.3.x has modified the behavior of parameter passing, therefo… Version 3.3.x has modified the behavior of parameter passing.Add doc to fix #17639 Nov 9, 2025
@SbloodyS SbloodyS changed the title Version 3.3.x has modified the behavior of parameter passing.Add doc to fix #17639 [Fix-17639] Parameter passing docs improvement Nov 10, 2025
@SbloodyS SbloodyS added improvement make more easy to user or prompt friendly first time contributor First-time contributor labels Nov 10, 2025
@SbloodyS SbloodyS added this to the 3.3.3 milestone Nov 10, 2025
Copy link
Member

@SbloodyS SbloodyS left a 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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> 在旧版本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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> 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.

yaowanli and others added 3 commits December 19, 2025 16:15
@ruanwenjun ruanwenjun force-pushed the feature/doc/fix_parameter branch from e7e7b11 to 413a015 Compare December 19, 2025 08:15
@SbloodyS SbloodyS modified the milestones: 3.4.0, 3.4.1 Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

document first time contributor First-time contributor improvement make more easy to user or prompt friendly priority:high

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] The Bug of Parameter passing feature is unavailable in SQL Task still exists in 3.3.2

3 participants