-
Notifications
You must be signed in to change notification settings - Fork 19
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
#207 rollup compaction simplified #225
#207 rollup compaction simplified #225
Conversation
Codecov Report
@@ Coverage Diff @@
## main #225 +/- ##
==========================================
- Coverage 92.00% 88.27% -3.73%
==========================================
Files 88 94 +6
Lines 2214 2414 +200
Branches 168 169 +1
==========================================
+ Hits 2037 2131 +94
- Misses 177 283 +106
... and 7 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
core/src/main/scala/io/qbeast/core/model/IndexFileBuilder.scala
Outdated
Show resolved
Hide resolved
src/main/scala/io/qbeast/spark/delta/writer/IndexFileWriter.scala
Outdated
Show resolved
Hide resolved
This PR is closed because of incorrect target branch. The correct PR is #232 |
Description
A simplified approach to multi-block files and the rollup compaction #207. It is not a full solution, but an initial attempt to use multi-block files for indexing and queries. Replication is out of scope.