Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Sep 3, 2024
1 parent 87e881c commit cffa478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-sampling-compressor/src/compressors/fsst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl EncodingCompressor for FSSTCompressor {
return None;
}

// FSST can be applied on top of VarBin, VarBinView, and Dict encodings.
// FSST can be applied on top of VarBin and VarBinView
if array.encoding().id() == VarBin::ID || array.encoding().id() == VarBinView::ID {
return Some(self);
}
Expand Down

0 comments on commit cffa478

Please sign in to comment.