We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c841c7 commit 7720416Copy full SHA for 7720416
datafusion/core/src/datasource/file_format/parquet.rs
@@ -335,6 +335,7 @@ impl FileFormat for ParquetFormat {
335
store: &Arc<dyn ObjectStore>,
336
objects: &[ObjectMeta],
337
) -> Result<SchemaRef> {
338
+ println!("==> parquet.rs: infer_schema");
339
let mut schemas: Vec<_> = futures::stream::iter(objects)
340
.map(|object| {
341
fetch_schema_with_location(
0 commit comments