Handling null values in Milvus #22447
Replies: 4 comments 6 replies
-
Ahh you r right. Null support is definitely important on some cases. |
Beta Was this translation helpful? Give feedback.
-
@smellthemoon and I are working on that, if you have some suggestion we can discuss here. 😊 |
Beta Was this translation helpful? Give feedback.
-
I just ran into this issue as well. I am inserting DataFrames in batches and I am hitting an exception when any row in a column has a null value. For some reason that causes the data type returned in the mapping to be UNKNOWN. @jiaoew1991 @smellthemoon have you made any progress on this? I could possibly help as well |
Beta Was this translation helpful? Give feedback.
-
Good catch! We are working on this feature for a while, should be able to release it on 2.4? |
Beta Was this translation helpful? Give feedback.
-
Hey, just wanted to suggest the feature on adding handling for
null
,None
,NaN
values in Milvus.There are workarounds like storing an empty string,
-1
for ints, but could be really cool if Milvus would handle such values as well without erroring out on unknown DataType when inserting the data.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions