-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Improve][Connector-V2] Support INFINI Easysearch #5933
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
Conversation
hailin0
left a comment
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.
Please check ci errors
…PluginDiscoveryTest
Build Successful |
| @@ -0,0 +1,178 @@ | |||
| # INFINI Easysearch | |||
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.
Please refer to the new document style
https://github.com/apache/seatunnel/blob/dev/docs/en/connector-v2/sink/IoTDB.md
| @@ -0,0 +1,198 @@ | |||
| # Easysearch | |||
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.
Please refer to the new document style
https://github.com/apache/seatunnel/blob/dev/docs/en/connector-v2/source/MySQL-CDC.md
| query = {"range": {"c_int": {"gte": 10, "lte": 20}}} | ||
| schema = { | ||
| fields { | ||
| c_map = "map<string, tinyint>" |
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.
Please test read all datatypes of source
lightzhao
left a comment
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
|
|
||
| Engine Supported | ||
|
|
||
| * Supported all versions released by [INFINI Easysearch](https://www.infini.com/download/?product=easysearch). |
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.
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.
updated
| * Supported all versions released by [INFINI Easysearch](https://www.infini.com/download/?product=easysearch). | ||
|
|
||
| ::: | ||
|
|
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.
Data Mapping Lost. you can refer https://seatunnel.apache.org/docs/2.3.3/connector-v2/sink/Mysql
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.
updated
| ## Description | ||
|
|
||
| Used to read data from INFINI Easysearch. | ||
|
|
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.
Engine Support lost.
Please refer https://seatunnel.apache.org/docs/2.3.3/connector-v2/source/Mysql
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.
updated
| - [x] [column projection](../../concept/connector-v2-features.md) | ||
| - [ ] [parallelism](../../concept/connector-v2-features.md) | ||
| - [ ] [support user-defined split](../../concept/connector-v2-features.md) | ||
|
|
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.
Data Type Mapping lost. https://seatunnel.apache.org/docs/2.3.3/connector-v2/source/Mysql

Purpose of this pull request
Support INFINI Easysearch
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note.