-
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][Catalog] Add JDBC Catalog auto create table #4917
Merged
EricJoy2048
merged 62 commits into
apache:dev
from
XiaoJiang521:dev_catalog_auto_create_table
Jul 31, 2023
Merged
Changes from 59 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
0719d5f
[feature] Add JDBC Catalog auto create table
XiaoJiang521 456d5df
[feature] Add license
XiaoJiang521 99a246e
[feature] Add license
XiaoJiang521 c2fb63b
[feature] Add license
XiaoJiang521 6e7558d
[feature] Add license
XiaoJiang521 c14c728
[feature] update e2e
XiaoJiang521 f9dc33d
[feature] Update e2e
XiaoJiang521 6d55f19
[feature] Update e2e disable spark and flink
XiaoJiang521 2fed962
[feature] Update catalog test
XiaoJiang521 03aaece
[feature] Add license
XiaoJiang521 57e6fb2
[feature] Add license
XiaoJiang521 d50186a
[feature] Add license
XiaoJiang521 020f4a3
fix
ic4y ead392f
[feature] Add license
XiaoJiang521 86231c0
[feature] update ete catalog create table
ic4y 36cbcc2
[feature] update ete catalog create table
ic4y 4bd9f25
[feature] spotless
XiaoJiang521 8e5b808
[feature] update port
XiaoJiang521 3ab0b36
[feature] spotless
XiaoJiang521 0882051
[feature] add part4
XiaoJiang521 690fe6c
[feature] null point
XiaoJiang521 3885e60
[feature] update cdc create table conf file
XiaoJiang521 b8e4633
[bugfix] Log level
XiaoJiang521 8d5844d
[bugfix] Catalog bug
XiaoJiang521 c0c7383
[bugfix] MySqlCatalog bug
XiaoJiang521 49fb9b4
[feature] Add JDBC Catalog auto create table
XiaoJiang521 40a57f1
[feature] Add license
XiaoJiang521 f0854fa
[feature] Add license
XiaoJiang521 4d0bd09
[feature] Add license
XiaoJiang521 eac82d8
[feature] Add license
XiaoJiang521 337d112
[feature] update e2e
XiaoJiang521 9481fa0
[feature] Update e2e
XiaoJiang521 5e8c9d1
[feature] Update e2e disable spark and flink
XiaoJiang521 c1dda9f
[feature] Update catalog test
XiaoJiang521 2d0e242
[feature] Add license
XiaoJiang521 47b97d1
[feature] Add license
XiaoJiang521 666c6cf
[feature] Add license
XiaoJiang521 4a7173c
fix
ic4y f6132cb
[feature] Add license
XiaoJiang521 61c3c76
[feature] update ete catalog create table
ic4y 5534b31
[feature] update ete catalog create table
ic4y ba30ca1
[feature] spotless
XiaoJiang521 6a3b913
[feature] update port
XiaoJiang521 d08c15f
[feature] spotless
XiaoJiang521 69fdde6
[feature] add part4
XiaoJiang521 8b742eb
[feature] null point
XiaoJiang521 6900812
[feature] update cdc create table conf file
XiaoJiang521 33f7f89
[bugfix] Log level
XiaoJiang521 c35fc94
[bugfix] Catalog bug
XiaoJiang521 5001f69
[bugfix] MySqlCatalog bug
XiaoJiang521 82594b4
Merge remote-tracking branch 'xj-apache-seatunnel/dev_catalog_auto_cr…
XiaoJiang521 dd28afd
[feature][doris] merge
XiaoJiang521 62ba257
[bugfix][jdbc] mysql e2e
XiaoJiang521 a6a99c9
[bugfix][jdbc] update pg sink conf ,because flink cdc error
XiaoJiang521 edaaa07
[bugfix][jdbc] test flink
XiaoJiang521 a395b1f
[bugfix][jdbc] truncate table sink;
XiaoJiang521 b20457f
[bugfix][jdbc] truncate table sink;
XiaoJiang521 16f49f0
[bugfix][jdbc] mongodb e2e update
XiaoJiang521 29ec3f2
[bugfix][jdbc] mongodb options update,because e2e error
XiaoJiang521 956171a
[licensed] licensed
XiaoJiang521 a43a8c9
[licensed] spot
XiaoJiang521 e29c9ad
[bugfix][e2e] mongodb cdc e2e error
XiaoJiang521 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
Why change the license header
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.
Error resolved and fixed