-
Notifications
You must be signed in to change notification settings - Fork 549
feat: expose arrow schema on snapshots #3822
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 Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3822 +/- ##
==========================================
+ Coverage 74.34% 74.38% +0.04%
==========================================
Files 147 147
Lines 39517 39522 +5
Branches 39517 39522 +5
==========================================
+ Hits 29377 29397 +20
+ Misses 8740 8739 -1
+ Partials 1400 1386 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8f946a0 to
14092bf
Compare
Signed-off-by: Robert Pack <[email protected]>
14092bf to
8582ca8
Compare
Signed-off-by: Robert Pack <[email protected]>
|
@ion-elgreco - there was some confusion with the mind stamping again? 😄 |
Description
In many places we require the arrow schema of a snapshot. As such we replicate converting schemas in many places. In this PR we track a reference to an arrow schema on our innermost snapshot and start using it in some places.
We also now expose the kernel schema as an arc to better alogn with how delta kernel and datafusion expose schemas.
part-of: #3733