Skip to content

Commit 0b1f441

Browse files
xudong963claude
andcommitted
fix: cargo fmt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d6c3879 commit 0b1f441

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

datafusion/datasource-parquet/src/opener.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,8 +1393,7 @@ fn split_decoder_runs(
13931393
continue;
13941394
}
13951395
let needs_filter = !fully_matched_set.contains(&idx);
1396-
if let Some((_, plan)) = runs.last_mut().filter(|(nf, _)| *nf == needs_filter)
1397-
{
1396+
if let Some((_, plan)) = runs.last_mut().filter(|(nf, _)| *nf == needs_filter) {
13981397
plan[idx] = access;
13991398
} else {
14001399
let mut plan = vec![RowGroupAccess::Skip; num_rgs];

0 commit comments

Comments
 (0)