-
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
[Feature][Connector-V2][Milvus] Support Milvus source & sink #7158
Conversation
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.
update this files:
https://github.com/apache/seatunnel/blob/dev/plugin-mapping.properties
https://github.com/apache/seatunnel/blob/dev/config/plugin_config
add maven dependency into this module
seatunnel/seatunnel-dist/pom.xml
Line 577 in dbdbdf0
</dependency> |
...us/src/main/java/org/apache/seatunnel/connectors/seatunnel/milvus/sink/MilvusSinkWriter.java
Show resolved
Hide resolved
...us/src/main/java/org/apache/seatunnel/connectors/seatunnel/milvus/catalog/MilvusCatalog.java
Show resolved
Hide resolved
...ava/org/apache/seatunnel/connectors/seatunnel/milvus/sink/batch/MilvusBufferBatchWriter.java
Outdated
Show resolved
Hide resolved
...us/src/main/java/org/apache/seatunnel/connectors/seatunnel/milvus/sink/MilvusSinkWriter.java
Outdated
Show resolved
Hide resolved
LGTM |
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/TableSchema.java
Outdated
Show resolved
Hide resolved
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/VectorIndex.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.
LGTM. Thanks @Thomas-HuWei
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
Support Milvus source & sink.
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.