mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Change error message to lower case (#7890)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
bcf535d86b
commit
eed856d626
@ -321,7 +321,7 @@ func (s *SegmentManager) openNewSegment(ctx context.Context, collectionID Unique
|
||||
func (s *SegmentManager) estimateMaxNumOfRows(collectionID UniqueID) (int, error) {
|
||||
collMeta := s.meta.GetCollection(collectionID)
|
||||
if collMeta == nil {
|
||||
return -1, fmt.Errorf("Failed to get collection %d", collectionID)
|
||||
return -1, fmt.Errorf("failed to get collection %d", collectionID)
|
||||
}
|
||||
return s.estimatePolicy(collMeta.Schema)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user