-
Notifications
You must be signed in to change notification settings - Fork 3
Asdf Intermediate table entry flushing #48
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
base: main
Are you sure you want to change the base?
Conversation
Add functionality to search for the specific index tables
This is for AsdfSnapshot that includes the offset inside the block
So that the table is required for return the table data and cleanup of itself
2ba0059 to
08f4761
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
==========================================
+ Coverage 71.44% 72.89% +1.45%
==========================================
Files 23 23
Lines 1387 1476 +89
==========================================
+ Hits 991 1076 +85
- Misses 396 400 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Intermediate flushing is added, and added logic to find the table entries and combine it with I can think of one limitation tho. Once the table flushed all its contents to disk, there is the issue that duplicate data can be written. Maybe it is a good idea to have an additional asdf tool to remove this kind of duplication from the file. |
No description provided.