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

deps: update arrow and parquet #600

Merged
merged 4 commits into from
Nov 29, 2023
Merged

deps: update arrow and parquet #600

merged 4 commits into from
Nov 29, 2023

Conversation

asubiotto
Copy link
Member

This updates arrow and parquet to custom tips with all the allocation improvements. Parquet is pointed to a custom tip given the change to pool dictionary pages is still pending review. I'm happy to just point it to latest and wait as well.

@asubiotto
Copy link
Member Author

Currently working on workflow changes in #601 to get this to pass

This is only used in tests, but not updating this causes future commits to fail
to build.
This includes lz4 buffer pooling fixes and removing calls to schema.Fields
which improves allocations.
This pulls in pooling for comparison buffers in parquet, which reduces
allocations.
This includes a change to buffer dictionary pages which is still pending
review.
@asubiotto
Copy link
Member Author

OK, this PR should now pass.

@asubiotto asubiotto requested a review from thorfour November 29, 2023 13:28
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// Remove when the following PRs are available in a release.
Copy link
Member

Choose a reason for hiding this comment

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

Why a release? We can just use a main version, no? (both of them are now merged)

Copy link
Member Author

@asubiotto asubiotto Nov 29, 2023

Choose a reason for hiding this comment

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

We can, but I think it's better practice to use releases as we currently do and not sure it makes sense to switch to start using main. This tip is just v14 with the two cherry-picked changes. Happy to change though.

@asubiotto asubiotto merged commit 2f06aa9 into main Nov 29, 2023
3 checks passed
@asubiotto asubiotto deleted the alfonso-deps branch November 29, 2023 14:03
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.

2 participants