This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 9e76c560c5 Docs: add more PR guidance in contributing guide (smaller
PRs) (#6546)
add 70d633a71d feat: support type coercion in Parquet Reader (#6458)
No new revisions were added by this update.
Summary of changes:
.../core/src/physical_plan/file_format/mod.rs | 324 +++++++++------------
.../core/src/physical_plan/file_format/parquet.rs | 28 +-
datafusion/core/tests/parquet/mod.rs | 1 +
datafusion/core/tests/parquet/schema_coercion.rs | 196 +++++++++++++
4 files changed, 345 insertions(+), 204 deletions(-)
create mode 100644 datafusion/core/tests/parquet/schema_coercion.rs