-
Notifications
You must be signed in to change notification settings - Fork 245
fix: zero Arrow Array offset before sending across FFI #2052
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
Conversation
…ero offset before FFI to work around possible Arrow Java issue.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2052 +/- ##
============================================
+ Coverage 56.12% 58.76% +2.63%
- Complexity 976 1253 +277
============================================
Files 119 137 +18
Lines 11743 13160 +1417
Branches 2251 2388 +137
============================================
+ Hits 6591 7733 +1142
- Misses 4012 4196 +184
- Partials 1140 1231 +91 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@Kontinuation FYI |
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.
Thanks for tracking this one down @mbutrovich!
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.
lgtm thanks @mbutrovich
Lets merge it and I take the fix to df 49 upgrade branch
Which issue does this PR close?
See #2051. Not sure this completely closes the issue, since I consider this a workaround.
Rationale for this change
What changes are included in this PR?
How are these changes tested?
I was unable to write a deterministic test that manifests the issue, but the modified first/last test mentioned in this comment is fixed by this PR.