-
Notifications
You must be signed in to change notification settings - Fork 3k
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]: Error message is confusing when insert data datatype is mismatch(insert data datatype is array, defined field is int64) #30094
Comments
/assign @smellthemoon |
I have set int to int and it give the same error. very confusing error
and all are int, its not a mix at all.
|
it's probably because you claim your datatype as string and try to insert a int? |
hard to tell. as i am using langchain |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@smellthemoon any updates for this? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Environment
Current Behavior
I made a mistake in setting ARRAY to INT64 datatype. The error is
The data in the same column must be of the same type
but I think this error should be a mismatch of the datatype of true data and defined schema.
The data in the same column must be of the same type
should report when I set the datatype to int64, but I insert data like this [1,2,"3", 2.0]Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: