mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 09:08:43 +08:00
fix: fix BloomFilter type name mapping is reversed in bfNames map (#45024)
#45017 Signed-off-by: thekingking <1677273255@qq.com>
This commit is contained in:
parent
ce164db1f3
commit
653dfcca41
@ -45,8 +45,8 @@ const (
|
||||
)
|
||||
|
||||
var bfNames = map[BFType]string{
|
||||
BasicBF: BlockBFName,
|
||||
BlockedBF: BasicBFName,
|
||||
BasicBF: BasicBFName,
|
||||
BlockedBF: BlockBFName,
|
||||
AlwaysTrueBF: AlwaysTrueBFName,
|
||||
UnsupportedBF: UnsupportedBFName,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user