-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature] LocalFileSource support multiple table #5781
Merged
Hisoka-X
merged 1 commit into
apache:dev
from
ruanwenjun:dev_wenjun_localFileSourceSupportMultipleTableDev
Nov 13, 2023
Merged
[Feature] LocalFileSource support multiple table #5781
Hisoka-X
merged 1 commit into
apache:dev
from
ruanwenjun:dev_wenjun_localFileSourceSupportMultipleTableDev
Nov 13, 2023
Conversation
This file contains 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
ruanwenjun
force-pushed
the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
6 times, most recently
from
November 5, 2023 09:17
a2afb21
to
cc52c1a
Compare
ruanwenjun
force-pushed
the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
12 times, most recently
from
November 10, 2023 03:12
53a680f
to
7b0b264
Compare
hailin0
reviewed
Nov 10, 2023
...connector-v2-e2e/connector-file-local-e2e/src/test/resources/json/local_file_to_console.conf
Show resolved
Hide resolved
ruanwenjun
force-pushed
the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
from
November 10, 2023 06:23
7b0b264
to
1b299d8
Compare
ruanwenjun
force-pushed
the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
from
November 10, 2023 14:50
1b299d8
to
489de55
Compare
ruanwenjun
force-pushed
the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
3 times, most recently
from
November 11, 2023 03:47
08a1173
to
38bbd01
Compare
hailin0
reviewed
Nov 11, 2023
hailin0
reviewed
Nov 11, 2023
ruanwenjun
force-pushed
the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
2 times, most recently
from
November 11, 2023 09:13
1c06635
to
0c63a0f
Compare
hailin0
reviewed
Nov 11, 2023
```hocon | ||
|
||
LocalFile { | ||
local_file_source_configs = [ |
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.
Use tables
or tables_config
or table_list
or table_list_config
?
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.
How about table_configs
?
ruanwenjun
force-pushed
the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
from
November 11, 2023 09:40
0c63a0f
to
374d661
Compare
ruanwenjun
force-pushed
the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
from
November 12, 2023 05:44
374d661
to
8be5c2d
Compare
hailin0
approved these changes
Nov 13, 2023
Hisoka-X
approved these changes
Nov 13, 2023
ruanwenjun
deleted the
dev_wenjun_localFileSourceSupportMultipleTableDev
branch
November 19, 2023 05:35
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
related issue: #5677
Does this PR introduce any user-facing change?
Add new config option, and compatible with old config.
How was this patch tested?
test with e2e case
Check list
New License Guide
release-note
.