-
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][Connector-V2][SelectDB Cloud] Support SelectDB Cloud Sink Connector #3958
Conversation
You can refer this doc : https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/contribution/setup.md |
...or-selectdb-cloud/src/main/java/org/apache/seatunnel/connector/selectdb/util/StringUtil.java
Outdated
Show resolved
Hide resolved
...ud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/SelectDBSinkWriter.java
Outdated
Show resolved
Hide resolved
.../main/java/org/apache/seatunnel/connector/selectdb/exception/SelectDBConnectorErrorCode.java
Outdated
Show resolved
Hide resolved
...-selectdb-cloud/src/main/java/org/apache/seatunnel/connector/selectdb/util/ResponseUtil.java
Outdated
Show resolved
Hide resolved
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.
If you do not have a docker environment for e2e testing, add screenshots to prove that the connector is available.
...src/main/java/org/apache/seatunnel/connector/selectdb/sink/committer/SelectDBCommitInfo.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/apache/seatunnel/connector/selectdb/sink/committer/SelectDBCommitter.java
Outdated
Show resolved
Hide resolved
...db-cloud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/RecordBuffer.java
Outdated
Show resolved
Hide resolved
...loud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/SelectDBCopyInto.java
Outdated
Show resolved
Hide resolved
...loud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/SelectDBCopyInto.java
Outdated
Show resolved
Hide resolved
...loud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/SelectDBCopyInto.java
Outdated
Show resolved
Hide resolved
...loud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/SelectDBCopyInto.java
Outdated
Show resolved
Hide resolved
...ud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/SelectDBSinkWriter.java
Outdated
Show resolved
Hide resolved
SelectDB Cloud is a cloud native database, and docker cannot be used to start test cases. I will fill in the screenshot of my test results in the description of pull request later |
...db-cloud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/RecordBuffer.java
Outdated
Show resolved
Hide resolved
...db-cloud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/RecordStream.java
Outdated
Show resolved
Hide resolved
...db-cloud/src/main/java/org/apache/seatunnel/connector/selectdb/sink/writer/RecordStream.java
Outdated
Show resolved
Hide resolved
...ctor-selectdb-cloud/src/main/java/org/apache/seatunnel/connector/selectdb/util/HttpUtil.java
Outdated
Show resolved
Hide resolved
...-selectdb-cloud/src/main/java/org/apache/seatunnel/connector/selectdb/rest/CopyIntoResp.java
Outdated
Show resolved
Hide resolved
Still need to add e2e moduel, but can add annotation |
2710143
to
a9af1e3
Compare
done |
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
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
Purpose of this pull request
Check list
SelectDB Cloud is a cloud native database, and docker cannot be used to start test cases.
New License Guide
release-note
.Test procedure
SelectDB Table Schema