Skip to content

Commit

Permalink
fix: compaction flag not set
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Dec 5, 2024
1 parent 3066f55 commit d671757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/read/seq_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl SeqScan {
Self {
properties,
stream_ctx,
compaction: false,
compaction,
}
}

Expand Down

0 comments on commit d671757

Please sign in to comment.