Skip to content
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

Update from Milvus 2.3.0 to 2.3.10 #61

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Update from Milvus 2.3.0 to 2.3.10 #61

merged 1 commit into from
Feb 29, 2024

Conversation

roji
Copy link
Collaborator

@roji roji commented Feb 27, 2024

@yhmo below are some changes that were needed when moving from 2.3.0 to 2.3.10 - can you confirm that these make sense?

@@ -25,19 +25,15 @@ public async Task Insert_Drop()
Assert.Equal(2, Assert.Single(result.Data));

mutationResult = await Collection.DeleteAsync("id in [2]");
Assert.Collection(mutationResult.Ids.LongIds!, i => Assert.Equal(2, i));
// Starting with Milvus 2.3.2, Delete no longer seems to return the deleted IDs
// Assert.Collection(mutationResult.Ids.LongIds!, i => Assert.Equal(2, i));
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yhmo this specifically looks suspect; deleteCnt is correct on the MutationResult returned by the delete operation; but IDs is empty (though it used to be populated).

@roji roji force-pushed the 2.3.10 branch 2 times, most recently from 6cba2a0 to ddbc986 Compare February 28, 2024 11:46
@roji roji merged commit 0dcb676 into milvus-io:main Feb 29, 2024
1 check passed
@roji roji deleted the 2.3.10 branch February 29, 2024 14:52
@roji roji added this to the 2.3.0 milestone Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants