fix: Forget to set EntriesNum for deltalogs (#28858)

See also: #28520

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/28866/head
XuanYang-cn 2023-11-30 16:52:31 +08:00 committed by GitHub
parent cac802ef7f
commit 5d0a9f9344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ func (t *SyncTask) serializeDeleteData() error {
t.segmentData[blobPath] = value
data.LogSize = int64(len(blob.Value))
data.LogPath = blobPath
data.EntriesNum = t.deleteData.RowCount
t.appendDeltalog(data)
return nil