You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The float32 array intended for import via the bulk writer was imported as double instead.
For the float32 type, we should specify "datatype=float32" just like float vectors; otherwise, it will default to double.
Expected Behavior
No response
Steps/Code To Reproduce behavior
No response
Environment details
- Hardware/Softward conditions (OS, CPU, GPU, Memory):
- Method of installation (Docker, or from source):
- Milvus version (v0.3.1, or v0.4.0):
- Milvus configuration (Settings you made in `server_config.yaml`):
Anything else?
No response
The text was updated successfully, but these errors were encountered:
When import via bulkwriter, for array type, we should specify datatype;
otherwise, it will default to double(for float32 array) and int64(for
int8, int16, int32 array).
issue: #2034,
milvus-io/milvus#31834
pr: #2035
Signed-off-by: bigsheeper <[email protected]>
When import via bulkwriter, for array type, we should specify datatype;
otherwise, it will default to double(for float32 array) and int64(for
int8, int16, int32 array).
issue: #2034,
milvus-io/milvus#31834
Signed-off-by: bigsheeper <[email protected]>
Is there an existing issue for this?
Describe the bug
The float32 array intended for import via the bulk writer was imported as double instead.
For the float32 type, we should specify "datatype=float32" just like float vectors; otherwise, it will default to double.
Expected Behavior
No response
Steps/Code To Reproduce behavior
No response
Environment details
Anything else?
No response
The text was updated successfully, but these errors were encountered: