Skip to content

Commit 0832bd4

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

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
@@ -1401,8 +1401,7 @@ fn split_decoder_runs(
14011401
continue;
14021402
}
14031403
let needs_filter = !fully_matched_set.contains(&idx);
1404-
if let Some((_, plan)) = runs.last_mut().filter(|(nf, _)| *nf == needs_filter)
1405-
{
1404+
if let Some((_, plan)) = runs.last_mut().filter(|(nf, _)| *nf == needs_filter) {
14061405
plan[idx] = access;
14071406
} else {
14081407
let mut plan = vec![RowGroupAccess::Skip; num_rgs];

0 commit comments

Comments
 (0)