Rename ChannelID to ShardName to fix build fail (#8646)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/8608/head
Cai Yudong 2021-09-27 11:27:30 +08:00 committed by GitHub
parent 26cdbb24f8
commit 31590bde2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ func TestStream_PulsarMsgStream_DeleteRepackFunc(t *testing.T) {
SourceID: 1,
},
CollectionName: "Collection",
ChannelID: "1",
ShardName: "chan-1",
Timestamp: Timestamp(1),
ExprPlan: []byte{},
}

View File

@ -102,7 +102,7 @@ func DeleteRepackFunc(tsMsgs []TsMsg, hashKeys [][]int32) (map[int32]*MsgPack, e
SourceID: deleteRequest.Base.SourceID,
},
CollectionName: deleteRequest.CollectionName,
ChannelID: deleteRequest.ChannelID,
ShardName: deleteRequest.ShardName,
Timestamp: deleteRequest.Timestamp,
ExprPlan: deleteRequest.ExprPlan,
}