Add comment for flush (#8151)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8225/head
sunby 2021-09-18 16:47:56 +08:00 committed by GitHub
parent ab55a39b7d
commit 9daf9dce1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ func (s *Server) GetSegmentInfo(ctx context.Context, req *datapb.GetSegmentInfoR
return s.dataCoord.GetSegmentInfo(ctx, req)
}
// Flush flushes a collection's data
func (s *Server) Flush(ctx context.Context, req *datapb.FlushRequest) (*datapb.FlushResponse, error) {
return s.dataCoord.Flush(ctx, req)
}