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

Upgrade Parquet to 0.13.1 #5175

Merged
merged 5 commits into from
Jan 17, 2024
Merged

Upgrade Parquet to 0.13.1 #5175

merged 5 commits into from
Jan 17, 2024

Conversation

clairemcginty
Copy link
Contributor

@clairemcginty clairemcginty commented Jan 17, 2024

Parquet 1.13.1 supports logical types in Avro without us needing to inject a custom DataSupplier 🙌

@@ -98,7 +98,7 @@ class TestWriterUtils extends AnyFlatSpec with Matchers with BeforeAndAfterAll {
assertColumn(
columnEncodings(4),
"account_status",
hasBloomFilter = true,
hasBloomFilter = false,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bloom filters are no longer generated when all pages of a column have a dictionary encoding, see: apache/parquet-java@4e9e79c

@clairemcginty clairemcginty changed the title Remove logical type workarounds for parquet-avro Upgrade Parquet to 0.13.1 Jan 17, 2024
@clairemcginty clairemcginty marked this pull request as ready for review January 17, 2024 15:15
@RustedBones RustedBones added this to the 0.14.0 milestone Jan 17, 2024
Copy link
Contributor

@RustedBones RustedBones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good cleanup!

@clairemcginty clairemcginty merged commit 41c8df7 into main Jan 17, 2024
11 checks passed
@clairemcginty clairemcginty deleted the parquet-1.13.1-logical branch January 17, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants