akevinge commented on issue #7036: URL: https://github.com/apache/arrow-datafusion/issues/7036#issuecomment-1649129622
@metesynnada Currently schemas are [always resolved for Parquet files](https://github.com/apache/arrow-datafusion/blob/1a0542acbc01e5243471ae0fc3586c2f1f40013b/datafusion/core/src/datasource/file_format/options.rs#L480), so there shouldn't be a need to specify the schema. I'm inclined to agree with @bmmeijers here, but you might have some context that says otherwise. During parsing, can we just ignore the fact that the schema is inferred later? I'm not familiar with the implementation of `WITH ORDER`. Still looking at it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
