-
Notifications
You must be signed in to change notification settings - Fork 24
feat: Arrow migration for destination #737
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
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #737 +/- ##
==========================================
+ Coverage 43.21% 46.86% +3.65%
==========================================
Files 80 76 -4
Lines 7889 7788 -101
==========================================
+ Hits 3409 3650 +241
+ Misses 4013 3647 -366
- Partials 467 491 +24
... and 9 files with indirect coverage changes 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. |
erezrokah
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.
As an initial PR this looks good, I'll do a proper review once it ready
fa2a2de to
65899e0
Compare
Co-authored-by: Herman Schaaf <hermanschaaf@gmail.com>
erezrokah
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.
This is quite a bit of code, but I think I get the general idea of replacing our type system with Arrow's + some extensions.
Might be better to merge and work of main so we can test thoroughly.
Had some comment, the most important (non blocking one) is about the internal columns
|
We also need to fix the CI and tests |
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
This is a follow-up on the latest commit because we were adding just the columns without the data to the records so this should solve it by moving it up to the server
⏱️ Benchmark resultsComparing with 336a957
|
This is ready for first review with tests passing. might need some more manual testing and maybe migrating a plugin like mongo/postgres and testing with source like aws,gcp to stress test common use-cases and not only internal memdb
BEGIN_COMMIT_OVERRIDE
feat!: Arrow migration for destination
END_COMMIT_OVERRIDE