Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Expose Parquet Schema Adapter #2

Merged
merged 1 commit into from
May 15, 2024

Conversation

HawaiianSpork
Copy link
Collaborator

Allow users of the Datafusion Parquet physical executor to define how to map parquet schema to the table schema.

This can be useful as there can be layers on top of parquet like Delta or Iceberg which may also define the schema and how the schema should evolve.

@github-actions github-actions bot added the core label May 15, 2024
@HawaiianSpork HawaiianSpork force-pushed the expose-schema-adapter-37.1 branch 2 times, most recently from 26c472f to 0f81436 Compare May 15, 2024 03:58
@HawaiianSpork HawaiianSpork marked this pull request as ready for review May 15, 2024 03:59
Allow users of the Datafusion Parquet physical executor to define how to map parquet schema to the table schema.

This can be useful as there can be layers on top of parquet like Delta or Iceberg which may also define the schema
and how the schema should evolve.
@alexwilcoxson-rel
Copy link

alexwilcoxson-rel commented May 15, 2024

apache#10515

@HawaiianSpork HawaiianSpork merged commit f944ed6 into v37.1.0-main May 15, 2024
46 of 48 checks passed
@HawaiianSpork HawaiianSpork deleted the expose-schema-adapter-37.1 branch May 15, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants