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

Ensure that FileWriterFactory Checks Hive Feature Flag and Unimplemented Props #23

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

rmarrowstone
Copy link
Owner

Before this change the FileWriterFactory was not checking if hive.ion.nativetrino
is True, nor if there are non-default values for unimplemented SerDe properties.
This change fixes that.

I combined IonReaderOptions and IonWriterOptions into a single IonSerDeProperties
to avoid code duplication around the unimplemented check.

…ted Props

Before this change the FileWriterFactory was not checking if hive.ion.nativetrino
is True, nor if there are non-default values for unimplemented SerDe properties.
This change fixes that.

I combined IonReaderOptions and IonWriterOptions into a single IonSerDeProperties
to avoid code duplication around the unimplemented check.
@rmarrowstone rmarrowstone marked this pull request as ready for review January 15, 2025 18:22
@github-actions github-actions bot added the hive label Jan 15, 2025
@rmarrowstone rmarrowstone merged commit 03d3b07 into master Jan 15, 2025
38 of 56 checks passed
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