Skip to content

Commit

Permalink
fix corruption in new cached store implementation: keep deltas for pr…
Browse files Browse the repository at this point in the history
…oper ordinal lookup
  • Loading branch information
sduchesneau committed Mar 22, 2024
1 parent 53d5976 commit f32e356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipeline/exec/storeexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func (e *StoreModuleExecutor) wrapDeltas() ([]byte, *pbssinternal.ModuleOutput,
func (e *StoreModuleExecutor) toModuleOutput(data []byte) (*pbssinternal.ModuleOutput, error) {
if fullkvs, ok := e.outputStore.(*store.FullKV); ok {
deltas := fullkvs.GetDeltas()
fullkvs.Reset()

return &pbssinternal.ModuleOutput{
Data: &pbssinternal.ModuleOutput_StoreDeltas{
Expand Down

0 comments on commit f32e356

Please sign in to comment.