Skip to content

Conversation

@JonasIsensee
Copy link
Collaborator

@JonasIsensee JonasIsensee commented Oct 6, 2025

This is the most wip of the ai gen PRs.

It adds support for using the version 4 chunk index types.
Fixed Array Index, Implicit Index, Extensible Array Index, and V2 BTree index.

All of these now work for both reading and writing.
Additional work needs to be done for repeated addition of chunks after writing.

@JonasIsensee JonasIsensee force-pushed the version4_chunking branch 2 times, most recently from 8ea5157 to c61055b Compare October 9, 2025 20:34
@JonasIsensee JonasIsensee changed the base branch from chunking2 to master October 10, 2025 19:49
@JonasIsensee
Copy link
Collaborator Author

changed base to master to enable CI tests

@codecov
Copy link

codecov bot commented Oct 12, 2025

Codecov Report

❌ Patch coverage is 76.85775% with 327 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.94%. Comparing base (f8fefb6) to head (6da15b2).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/btrees/v1btree_debug.jl 0.00% 163 Missing ⚠️
src/chunking/read_index_types.jl 65.75% 75 Missing ⚠️
src/chunking/write_api.jl 81.81% 16 Missing ⚠️
src/groups.jl 87.50% 13 Missing ⚠️
src/Filters.jl 42.85% 12 Missing ⚠️
src/btrees/v1btree_write.jl 84.21% 12 Missing ⚠️
src/chunking/argument_validation.jl 79.48% 8 Missing ⚠️
src/chunking/write_index_types.jl 95.51% 7 Missing ⚠️
src/object_headers.jl 0.00% 4 Missing ⚠️
src/chunking/chunked_array.jl 96.10% 3 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #689      +/-   ##
==========================================
- Coverage   87.40%   84.94%   -2.46%     
==========================================
  Files          37       54      +17     
  Lines        4588     5681    +1093     
==========================================
+ Hits         4010     4826     +816     
- Misses        578      855     +277     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants