mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Fix grammar mistake in event_data (#14107)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>pull/14123/head
parent
28bf1f60a4
commit
846e86b478
|
@ -39,7 +39,7 @@ type descriptorEventData struct {
|
|||
PostHeaderLengths []uint8
|
||||
}
|
||||
|
||||
// DescriptorEventDataFixPart is a memorty struct saves events' DescriptorEventData.
|
||||
// DescriptorEventDataFixPart is a memory struct saves events' DescriptorEventData.
|
||||
type DescriptorEventDataFixPart struct {
|
||||
CollectionID int64
|
||||
PartitionID int64
|
||||
|
|
Loading…
Reference in New Issue