-
Notifications
You must be signed in to change notification settings - Fork 66
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
Conversation
c59e451
to
05a3ebb
Compare
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.
05a3ebb
to
f4948d8
Compare
OK, this PR should now pass. |
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
// Remove when the following PRs are available in a release. |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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.
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.