Skip to content

Commit

Permalink
fix: use legacy Lz4 for meta v0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Apr 7, 2022
1 parent 32bed95 commit d339b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/src/storages/fuse/meta/v1/segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl From<v0::BlockMeta> for BlockMeta {
col_stats: s.col_stats,
col_metas: s.col_metas,
location: (s.location.path, DataBlock::VERSION),
compression: Compression::Lz4Raw,
compression: Compression::Lz4,
}
}
}

0 comments on commit d339b44

Please sign in to comment.