Skip to content

Commit

Permalink
fix collect obj batch
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxinmeng1 committed Jan 17, 2025
1 parent 68b3a49 commit ad647e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vm/engine/tae/logtail/ckp_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func collectObjectBatch(
}
if isObjectTombstone {
err = vector.AppendFixed(
data.Vecs[ckputil.TableObjectsAttr_CreateTS_Idx], types.TS{}, false, mp)
data.Vecs[ckputil.TableObjectsAttr_DeleteTS_Idx], types.TS{}, false, mp)
if err != nil {
return
}
Expand Down

0 comments on commit ad647e0

Please sign in to comment.