-
Notifications
You must be signed in to change notification settings - Fork 24
fix: Use Go memory allocator for arrow #810
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
⏱️ Benchmark results
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #810 +/- ##
==========================================
- Coverage 46.71% 46.63% -0.09%
==========================================
Files 76 76
Lines 7832 7820 -12
==========================================
- Hits 3659 3647 -12
Misses 3682 3682
Partials 491 491
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
|
So, we should update the plugin code as well? (Stop using release with this update?) |
Yes. |
hermanschaaf
left a comment
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.
Nice 💪
🤖 I have created a release *beep* *boop* --- ## [2.3.7](v2.3.6...v2.3.7) (2023-04-20) ### Bug Fixes * Use Go memory allocator for arrow ([#810](#810)) ([b54e5e1](b54e5e1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
|
Follow up question, do we need the memory checks we have in the some of the tests Line 21 in a61f34e
|
#### Summary Follow up to cloudquery/plugin-sdk#810 <!--
#### Summary Follow up to cloudquery/plugin-sdk#810 <!--
#### Summary Follow up to cloudquery/plugin-sdk#810 <!--
Following this short discussion - apache/arrow#35232
It seems we don't really need to use Retain/Release outside the arrow library. We can always bring this back in the future if we would like to experiment if this brings better memory performance then the default go allocator.