feat: expose operations on DeltaTable#3987
Merged
roeap merged 3 commits intodelta-io:mainfrom Dec 15, 2025
Merged
Conversation
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3987 +/- ##
===========================================
+ Coverage 26.53% 74.30% +47.77%
===========================================
Files 124 152 +28
Lines 19984 40036 +20052
Branches 19984 40036 +20052
===========================================
+ Hits 5302 29750 +24448
+ Misses 14320 8949 -5371
- Partials 362 1337 +975 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
01844a7 to
4c20ec1
Compare
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
4c20ec1 to
8cc80b8
Compare
ethan-tyler
pushed a commit
to ethan-tyler/delta-rs
that referenced
this pull request
Jan 9, 2026
# Description This PR adds new APIs to `DeltaTable` that expose operations directly on the struct rather than having to go through `DeltaOps`. --------- Signed-off-by: Robert Pack <robstar.pack@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds new APIs to
DeltaTablethat expose operations directly on the struct rather than having to go throughDeltaOps.