Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-k-cameron committed Jun 26, 2023
1 parent 1af846b commit 5e0f653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/datasource/file_format/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl FileFormat for ParquetFormat {
} else {
Schema::try_merge(schemas)
}?;

Ok(Arc::new(schema))
}

Expand Down

0 comments on commit 5e0f653

Please sign in to comment.