-
Notifications
You must be signed in to change notification settings - Fork 251
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: allow replacement of entire datafile when the schema lines up correctly #3408
base: main
Are you sure you want to change the base?
Conversation
f636176
to
7881bf7
Compare
@@ -23,21 +23,25 @@ | |||
//! them to be compatible. | |||
//! | |||
//! | | Append | Delete / Update | Overwrite/Create | Create Index | Rewrite | Merge | Project | UpdateConfig | |
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.
changed (1), (2), (3) to emoji so the table width align better
c1845b6
to
c615eb0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3408 +/- ##
==========================================
- Coverage 78.86% 78.77% -0.10%
==========================================
Files 250 250
Lines 91602 91711 +109
Branches 91602 91711 +109
==========================================
Hits 72244 72244
- Misses 16395 16503 +108
- Partials 2963 2964 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a532430
to
4d50cac
Compare
6feccd3
to
895d8d0
Compare
f5258ad
to
7f65391
Compare
7f65391
to
d757a62
Compare
For internal design doc see notion or ping me
What this PR implements
Plan of attack:
TODO: