[auto-merge] release/26.06 to main [skip ci] [bot]#14915
Merged
Conversation
…14847) Contributes to #14599 ### Description This PR adds DBR 17.3 Delta Lake support for GPU OPTIMIZE and auto compaction. In this PR: - Added DBR 17.3-specific GPU OPTIMIZE command/executor support - Added GPU inline auto compaction for eligible compaction cases - Added DBR 17.3 OPTIMIZE writeFiles override so OPTIMIZE output uses the GPU Delta writer - Falls back to CPU for unsupported cases such as background auto compaction, existing deletion-vector files, liquid clustered tables, materialized/streaming tables, ZORDER, FULL, and REORG paths - Preserve DBR 17.3 row tracking metadata/commit tags during OPTIMIZE - Preserve catalog table routing for DBR 17.3 commit handling - Refactored the shared DBR 14.3/17.3 optimize execution flow into `delta-lake/common/src/main/db-350db143-400db173/` - Performance benchmarks will be tracked separately: #14715 Ran below tests: **delta_lake_optimize_table_test.py** ``` ======== 7 passed, 39937 deselected, 124 warnings in 232.75s (0:03:52) ========= ``` **delta_lake_auto_compact_test.py** ``` ======== 15 passed, 39929 deselected, 124 warnings in 226.04s (0:03:46) ======== ``` ### Checklists Documentation - [ ] Updated for new or modified user-facing features or behaviors - [x] No user-facing change Testing - [x] Added or modified tests to cover new code paths - [ ] Covered by existing tests (Please provide the names of the existing tests in the PR description.) - [ ] Not required Performance - [ ] Tests ran and results are added in the PR description - [x] Issue filed with a link in the PR description - [ ] Not required --------- Signed-off-by: Niranjan Artal <nartal@nvidia.com>
Collaborator
Author
|
SUCCESS - auto-merge |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
auto-merge triggered by github actions on
release/26.06to create a PR keepingmainup-to-date. If this PR is unable to be merged due to conflicts, it will remain open until manually fix.