Skip to content

Commit 5e0f653

Browse files
fix
1 parent 1af846b commit 5e0f653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/core/src/datasource/file_format

datafusion/core/src/datasource/file_format/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl FileFormat for ParquetFormat {
167167
} else {
168168
Schema::try_merge(schemas)
169169
}?;
170-
170+
171171
Ok(Arc::new(schema))
172172
}
173173

0 commit comments

Comments
 (0)