Skip to content

Commit 0726cb5

Browse files
committed
Merge remote-tracking branch 'origin/develop' into claude/writer-editions-gating-8qy1fv
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> # Conflicts: # vortex-file/src/strategy.rs
2 parents 58776e3 + bc443ac commit 0726cb5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vortex-file/src/strategy.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ impl WriteStrategyBuilder {
120120
/// Override the allowed array encodings for file writing.
121121
///
122122
/// The configured flat leaf strategy is wrapped in a [`LayoutStrategyEncodingValidator`]
123-
/// that recursively checks every chunk before passing it to the leaf writer. A configured
124-
/// BtrBlocks builder is restricted to schemes whose output encodings are all in this set.
123+
/// that recursively checks every chunk before passing it to the leaf writer.
125124
pub fn with_allow_encodings(mut self, allow_encodings: HashSet<ArrayId>) -> Self {
126125
self.compressor = match self.compressor {
127126
CompressorConfig::BtrBlocks(builder) => {

0 commit comments

Comments
 (0)