-
Notifications
You must be signed in to change notification settings - Fork 20
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
Simplify Dataset[DenormalizedBlocks] creation #430
Comments
5 tasks
osopardo1
pushed a commit
that referenced
this issue
Sep 30, 2024
JosepSampe
added a commit
that referenced
this issue
Oct 24, 2024
* Issue #424: Add sampling fraction option for optimization (#426) * Add sampling fraction option for optimization and remove analyze from QbeastTable * Issue #430: Simplify denormalized blocks creation (#431) * Simplify Denormalized Blocks * Issue #416: Add CDFQuantile Transformers and Transformations (#413) * Issue 264: Update qviz for multiblock files (#437) * Update Qbeast Visualiser (qviz) with multiblock files --------- Co-authored-by: Jorge Marín <jorge.marin.rodenas@estudiantat.upc.edu> Co-authored-by: Jorge Marín <100561030+jorgeMarin1@users.noreply.github.com> * Issue #441: Fix dataChange flag in optimize (#444) * Merge from main branch --------- Co-authored-by: jiawei <47899566+Jiaweihu08@users.noreply.github.com> Co-authored-by: Paola Pardo <paolapardoat@gmail.com> Co-authored-by: Jorge Marín <jorge.marin.rodenas@estudiantat.upc.edu> Co-authored-by: Jorge Marín <100561030+jorgeMarin1@users.noreply.github.com>
JosepSampe
pushed a commit
to JosepSampe/qbeast-spark
that referenced
this issue
Oct 24, 2024
…#431) * Simplify Denormalized Blocks
osopardo1
pushed a commit
to osopardo1/qbeast-spark
that referenced
this issue
Nov 29, 2024
…#431) * Simplify Denormalized Blocks
osopardo1
pushed a commit
to osopardo1/qbeast-spark
that referenced
this issue
Nov 29, 2024
…#431) * Simplify Denormalized Blocks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A
Dataset[DenormalizedBlock]
should be created only from aDataset[IndexFile].
The text was updated successfully, but these errors were encountered: