-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Fix][Connector-V2] Fix load state check in MilvusSourceReader to consider partition-level status #8937
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
[Fix][Connector-V2] Fix load state check in MilvusSourceReader to consider partition-level status #8937
Conversation
…sider partition-level status
| if (StringUtils.isNotEmpty(partitionName)) { | ||
| loadStateParam.withPartitionNames(Collections.singletonList(partitionName)); | ||
| } |
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.
Thanks @xiaochen-zhou . Could you add a test case for this?
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.
Thanks @xiaochen-zhou . Could you add a test case for this?
OK.
|
waiting test case passes. |
Done. |
Purpose of this pull request
Fix load state check in MilvusSourceReader to consider partition-level status
Does this PR introduce any user-facing change?
no
How was this patch tested?
exists tests
Check list
New License Guide
release-note.