Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuqi-lucas committed Dec 31, 2024
1 parent 079a59e commit b1a231b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datafusion/core/src/dataframe/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

use std::sync::Arc;

use crate::datasource::file_format::{format_as_file_type, parquet::ParquetFormatFactory, DefaultFileType};
use crate::datasource::file_format::{
format_as_file_type, parquet::ParquetFormatFactory, DefaultFileType,
};

use super::{
DataFrame, DataFrameWriteOptions, DataFusionError, LogicalPlanBuilder, RecordBatch,
Expand Down

0 comments on commit b1a231b

Please sign in to comment.