mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Refine querynode cgo helper comment (#14133)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/14164/head
parent
ae8f2f028f
commit
43da0a80d4
|
@ -35,7 +35,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/proto/commonpb"
|
||||
)
|
||||
|
||||
// HandleCStatus deal with the error returned from CGO
|
||||
// HandleCStatus deals with the error returned from CGO
|
||||
func HandleCStatus(status *C.CStatus, extraInfo string) error {
|
||||
if status.error_code == 0 {
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue