Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix import array via bulkwriter (#2035)
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]>
- Loading branch information