You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
?修复了什么,我使用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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
New License Guide
release-note.