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

Add coerce_types flag to parquet WriterProperties (#1938) #5640

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

getChan
Copy link

@getChan getChan commented Apr 13, 2024

Which issue does this PR close?

Closes #1938.

Rationale for this change

Add a coerce_types flag that will use the arrow cast kernels to coerce incompatible types prior to writing them

@github-actions github-actions bot added the parquet Changes to the parquet crate label Apr 13, 2024
@tustvold
Copy link
Contributor

This doesn't appear to hook up the parameter to perform the conversions as described on the ticket?

@tustvold tustvold marked this pull request as draft April 24, 2024 08:58
@tustvold
Copy link
Contributor

Marking as draft as not currently waiting on review, feel free to unmark when you would like me to take another look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add coerce_types flag to parquet ArrowWriter
2 participants