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

chore: comply with breaking api change in arrow v36 #47

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Conversation

jvdd
Copy link
Owner

@jvdd jvdd commented Mar 28, 2023

The return type of PrimitiveArray.values() is changed to &ScalarBuffer in arrow v36 - apache/arrow-rs#3896
-> to comply with this (and retrieve the slice) we should call .as_ref() now after the .values()

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 28, 2023

CodSpeed Performance Report

Merging #47 arrow_fix (dfc4b41) will not alter performances.

Summary

🔥 0 improvements
❌ 0 regressions
✅ 156 untouched benchmarks

🆕 0 new benchmarks
⁉️ 0 dropped benchmarks

@jvdd jvdd merged commit 561f324 into main Mar 28, 2023
@jvdd jvdd deleted the arrow_fix branch April 15, 2023 12:13
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

1 participant