Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Nov 12, 2024
1 parent 0e94b0e commit 26f6c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-io/src/cloud/polars_object_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ fn merge_ranges(ranges: &[Range<usize>]) -> impl Iterator<Item = (Range<usize>,
n_small_merged += 1;
}

distance_within_1MiB_or_12perc_max_8MiB
distance_within_1MiB_or_12perc_limit_8MiB
&& (new_merged_is_closer_to_chunk_size || one_side_is_relatively_small)
};

Expand Down

0 comments on commit 26f6c18

Please sign in to comment.