mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
If `is_all_data_type` is true, the case will add float32, f16, bf16, and sparse vectors, but the created indexes are all `flat` indexes by default. The sparse type cannot create a flat index. Fix the test code to create a `SPARSE_INVERTED_INDEX` index for the sparse vector when is_all_data_type is true Signed-off-by: elstic <hao.wang@zilliz.com>