-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[API-DRAFT] [MERGE] Merge api-draft to dev branch #2083
Conversation
* add license header、 * remove jdk compile version * remove duplicate log4j
…ype (#1797) * Add seatunnel datatype
* Add complex seatunnel datatype * implemente the complex type converter
… Flink engine. (#1839) * Add Flink Sink Converter to support SeaTunnel transfer to Flink engine.
Coordinated sources are not yet supported
* Add Flink Sink Converter to support SeaTunnel transfer to Flink engine. * Support Spark sink translation * change license
* Add command implementation * Add SeaTunnelAPIExample
* Fix Spark Sink Can't support batch mode.
* Add plugin discovery module * Remove PluginFactory
…top this reader when produce data (#1885)
* Add comment on common interface. * add serializable interface
* Add SeaTunnelPluginDiscovery to load seatunnel new api plugin
* fix Flink sink type convert error
* Add SeaTunnelRowTypeInfo to support source return record type
…#2080) * new seatunnel api connector support Rsync to transfer clickhouse data file. * fix code style
* [api-draft][connector] add assert sink close #1912 (comment) * [api-draft][connector] add assert sink remove commons-collections4-4.2.jar in known-dependencies.txt and LICENSE * [api-draft][connector] add doc assert plugin name * [api-draft][connector] fix config path error when field is null
merge dev to api-draft
Hi guys, I will merge |
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.
LGTM. I find we have moved the new connector to seatunnel-connectors-v2, this is great, so it's better to change all the new-connector
to connector-v2
. I find in e2e, the module name is still new-connector
, we can continue to optimize this after this PR merged.
And there are so many sonor bugs, we may need to solve this. |
Yes, we need solve bug and remove many duplicate code |
SonarCloud Quality Gate failed. 56 Bugs |
LGTM, |
Yes, We should unify the names of each module of the new connector. consist of update update I will submit a pr to fix this after this pr merged. |
Purpose of this pull request
Merge api-draft to dev branch. Let SeaTunnel new API come to main branch
Check list
New License Guide