mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +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{
|
var bfNames = map[BFType]string{
|
||||||
BasicBF: BlockBFName,
|
BasicBF: BasicBFName,
|
||||||
BlockedBF: BasicBFName,
|
BlockedBF: BlockBFName,
|
||||||
AlwaysTrueBF: AlwaysTrueBFName,
|
AlwaysTrueBF: AlwaysTrueBFName,
|
||||||
UnsupportedBF: UnsupportedBFName,
|
UnsupportedBF: UnsupportedBFName,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user