-
Notifications
You must be signed in to change notification settings - Fork 447
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
feat: streamed execution, writer refactor, simplified generated columns and schema evolution #3229
feat: streamed execution, writer refactor, simplified generated columns and schema evolution #3229
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3229 +/- ##
==========================================
- Coverage 72.16% 72.16% -0.01%
==========================================
Files 138 143 +5
Lines 45874 45692 -182
Branches 45874 45692 -182
==========================================
- Hits 33107 32973 -134
+ Misses 10676 10642 -34
+ Partials 2091 2077 -14 ☔ View full report in Codecov by Sentry. |
4778a13
to
dc2090e
Compare
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
Signed-off-by: Ion Koutsouris <[email protected]>
dc2090e
to
39010c4
Compare
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 taking this stuff on @ion-elgreco , let's smash on this some more from main
and cut a 0.25 soon
Sick!! |
Description
This PR is a mix of other branches I've been working and one of @rtyler's branch with the streamed execution.
The changes that this brings are as follows:
Supersedes #3196 #3151
write_deltalake
withrust
engine #2686