mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Should not return `err, nil` when using conc.Future, as the error will be lost/ignored when using `AwaitAll` to wait for the future. issue: https://github.com/milvus-io/milvus/issues/31788 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>