Skip to content

Commit

Permalink
resolving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-keede authored Jan 17, 2025
1 parent 4a43991 commit 79969b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/common/src/file_options/parquet_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ impl TryFrom<&TableParquetOptions> for WriterPropertiesBuilder {
//max_statistics_size is deprecated as per latest arrow version.
#[allow(deprecated)]
if let Some(max_statistics_size) = options.max_statistics_size {
builder =
{
builder = {
#[allow(deprecated)]
builder.set_column_max_statistics_size(path, max_statistics_size)
}
Expand Down

0 comments on commit 79969b3

Please sign in to comment.