-
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
Handle ConcurrentAppendException in qbeast-spark #441
Comments
I've found where the ConcurrentAppendException problem is. There is a flag in Delta's In the new version, both |
* 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>
* Set dataChange to false on Table.optimize()
* 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)
Since PR Issue #405: DataWriter refactory #402, a ConcurrentAppendException started appearing during a write() and a optimize()
The text was updated successfully, but these errors were encountered: