-
Notifications
You must be signed in to change notification settings - Fork 21
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
Qbeast Spark Refactor: Create Missing Interfaces and Abstractions #418
Labels
Comments
6 tasks
cugni
pushed a commit
that referenced
this issue
Sep 19, 2024
* Abstract PreCommitHook * Abstract StagingDataManager * Propagate stats * Update MetadataManager * Update MetadataWriter * Update MetadataManager * Add static typing * Update QbeastFileUtils * Fix IndexFile stats * Update DeleteFile logic * Update qbeast files
6 tasks
cugni
pushed a commit
that referenced
this issue
Sep 19, 2024
JosepSampe
added a commit
to JosepSampe/qbeast-spark
that referenced
this issue
Oct 24, 2024
…t-io#423) * Update rollup data writer * Abstract QbeastStats * Update QbeastStats to use Number * Update QbeastStats to use String * Update QbeastStats * Update QbeastStats Delta
osopardo1
pushed a commit
that referenced
this issue
Oct 28, 2024
* Issue #417: Abstract the Qbeast Snapshot Module (#411) * Issue #418: Abstract PreCommitHook and StagingDataManager (#421) * Issue #418: Abstract RollupDataWriter and QbeastStats (#423) * Issue #419: Code Reorganization (#425) * Issue #420: Create Separate Modules (#427) * Issue #398: Fix small overhead added during the refactoring (#436) * Issue #441: Fix data change on optimize (#442)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Review the main Qbeast components, such as
StagingDataManager
,MetadataManager
,PreCommitHook
, andRollupDataWriter
, etc. Identify and create any missing interfaces and abstractions to improve modularity and maintainability.The text was updated successfully, but these errors were encountered: