Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aditanase committed Jun 27, 2024
1 parent ca9abe5 commit ddb24bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/delta_datafusion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fn _arrow_schema(snapshot: &Snapshot, wrap_partitions: bool) -> DeltaResult<Arro
field.data_type().clone()
};
Ok(field.with_data_type(corrected))
})
}),
)
.collect::<Result<Vec<Field>, _>>()?;

Expand Down

0 comments on commit ddb24bb

Please sign in to comment.