-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GLUTEN-7028][CH][Part-10] Collecting Delta stats for MergeTree (#8029)
* [Refactor] Add SparkRowInfoJNI for later use * [Minor] RuntimeSettings.MIN_INSERT_BLOCK_SIZE_ROWS and RuntimeConfig.LOGGER_LEVEL * [Minor] Using one pipeline write for spark 35, ignore some failed tests now * [Fix Bug] Only output NO_PARTITION_ID at collectStats to avoid name bug in mergeParts * [Refactor] mergeParts return MergeTreeDataPartPtr instead of vector<MergeTreeDataPartPtr> * [Minor] debug::dumpMemoryUsage and debug::printBlockHeader * [Feature] SparkMergeTreeSink add DeltaStats * [Feature] collect DeltaStats for mergetree * [Feature] one pipeline write for parquet optimize * [Feature] one pipeline write for mergetree optimize * Fix ut
- Loading branch information
1 parent
dcd356c
commit 0530292
Showing
48 changed files
with
1,949 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.