close
Skip to content

[Fix][Transform] Fix sql transform lose source type and options#6855

Merged
Carl-Zhou-CN merged 1 commit into
apache:devfrom
Hisoka-X:sql-lose-sourceType
May 21, 2024
Merged

[Fix][Transform] Fix sql transform lose source type and options#6855
Carl-Zhou-CN merged 1 commit into
apache:devfrom
Hisoka-X:sql-lose-sourceType

Conversation

@Hisoka-X

Copy link
Copy Markdown
Member

Purpose of this pull request

This PR fix sql transform lose source type and options.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test.

Check list

@Hisoka-X

Copy link
Copy Markdown
Member Author

cc @hailin0 @rewerma

@Carl-Zhou-CN Carl-Zhou-CN left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

@Carl-Zhou-CN Carl-Zhou-CN merged commit afdcb32 into apache:dev May 21, 2024
@luhanbin111

Copy link
Copy Markdown

?修复了什么,我使用mongodb同步mysql时还是会显示没有配置result_table_name
2024-07-17 16:32:40,417 INFO [o.a.s.e.c.p. ConfigParserUtil ] [main] - Currently, incorrect configuration of source_table_name and result_table_name options don't affect job running. In the future we will ban incorrect configurations.
2024-07-17 16:32:40,417 WARN [o.a.s.e.c.p. ConfigParserUtil ] [main] - This configuration is not recommended. A source/transform(MongoDB-CDC) is not configured with 'result_table_name' option, but subsequent transform/sink(Sql) is configured with 'source_table_name' option value of 'test'.
2024-07-17 16:32:40,417 INFO [o.a.s.e.c.p. ConfigParserUtil ] [main] - Currently, incorrect configuration of source_table_name and result_table_name options don't affect job running. In the future we will ban incorrect configurations.
2024-07-17 16:32:40,417 WARN [o.a.s.e.c.p. ConfigParserUtil ] [main] - This configuration is not recommended. A source/transform(Sql) is configured with 'result_table_name' option value of 'test1', but subsequent transform/sink(jdbc) is not configured with 'source_table_name' option.

@liuyhl

liuyhl commented Jul 29, 2024

Copy link
Copy Markdown

同问

chaorongzhi pushed a commit to chaorongzhi/seatunnel that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants