wForget opened a new pull request, #1575: URL: https://github.com/apache/datafusion-comet/pull/1575
## Which issue does this PR close? Part of #1574. ## Rationale for this change The data schema of spark parquet datasource scan may not be consistent with the actual schema of file. This may cause the `projection/filter` to not behave as expected. ## What changes are included in this PR? This PR makes `data schema` and `file schema` case insensitive in schema adapter, but it does not affect `pruning_predicate` and `page_pruning_predicate`. ## How are these changes tested? added unit test -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org