-
Notifications
You must be signed in to change notification settings - Fork 339
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
[Bug]: Milvus Lite Times out when trying to insert None Scalar Value #2495
Comments
/assign @junjiejiangjjj |
@XuanYang-cn: GitHub didn't allow me to assign the following users: junjiejiangjjj. Note that only milvus-io members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
hi @MrLoh, Milvus Lite does not support None scalar value yet. |
Gotcha, can this issue stay open to track that feature request then? |
You can open an issue here: https://github.com/milvus-io/milvus-lite/issues . Since this is a new feature of milvus 2.5, it may take some time to support it. |
won't fix in pymilvus, closing the issue. |
Is there an existing issue for this?
Describe the bug
When I try to insert a row with nullable values into a collection in milvus lite, no error is returned but somehow the connection times out all of a sudden with
StatusCode.UNAVAILABLE, failed to connect to all addresses; last error: UNKNOWN
.Expected Behavior
Milvus lite should support nullable scalar values or at least surface a proper error message
Steps/Code To Reproduce behavior
You will start seeing logs like this:
Environment details
The text was updated successfully, but these errors were encountered: