Basic changes needed to get tests passing on Milvus 2.3 #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@weianweigan this PR merges the 2.3 branch into main, making main represent the "latest" state, as is standard with git development. In parallel, we can create a hotfix branch for 2.2, in case we want to release a patch version for that as well.
BTW I think we should also look into making the new SDK version (2.3) run against older Milvus versions (2.2); if Milvus itself supports it (i.e. no gRPC schema breaking changes) then it should be possible; we should also add a Github Actions test against Milvus 2.2 in that case.
BTW if you'd like, you can give me repo write access (or triage access), so that I'm able to create a milestone for 2.3, organize issues etc. (I'll continue to wait for your approval before merging etc.).