[HUDI-8842] Support skipping compaction and cluster for spark increme…#12639
Merged
danny0405 merged 1 commit intoapache:masterfrom Jan 16, 2025
Merged
[HUDI-8842] Support skipping compaction and cluster for spark increme…#12639danny0405 merged 1 commit intoapache:masterfrom
danny0405 merged 1 commit intoapache:masterfrom
Conversation
Collaborator
Author
|
@danny0405 PTAL |
Collaborator
danny0405
reviewed
Jan 15, 2025
| .metaClient(metaClient) | ||
| .startCompletionTime(optParams(DataSourceReadOptions.START_COMMIT.key)) | ||
| .endCompletionTime(optParams.getOrElse(DataSourceReadOptions.END_COMMIT.key, null)) | ||
| .skipClustering(optParams.getOrElse(DataSourceReadOptions.INCREMENTAL_READ_SKIP_CLUSTER.key(), |
Contributor
There was a problem hiding this comment.
Does this change also fix the DeltaStreamer streaming read?
Collaborator
Author
There was a problem hiding this comment.
Does this change also fix the DeltaStreamer streaming read?
No, this change only covers spark struct streaming as the title describes.
danny0405
approved these changes
Jan 16, 2025
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.
…ntal reading on mor table
Change Logs
Support skipping compaction and clustering for Spark incremental read with reading configurations.
Impact
Spark struct streaming read can enable clustering/compaction skipping to improve read performance.
Risk level (write none, low medium or high below)
low
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist