Spark 4.1, 4.0, 3.5: Rename streaming merge-append write option and backport #17347 to 3.5/4.0 - #17403
Open
amogh-jahagirdar wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
cc @dramaticlly |
Contributor
Author
|
actually looks like the existing convention is |
amogh-jahagirdar
force-pushed
the
spark-streaming-merge-append-rename
branch
3 times, most recently
from
July 29, 2026 00:09
e5d8e95 to
6bf9d65
Compare
Renames the streaming merge-append write config to `use-merge-append-for-streaming` in Spark 4.1, and ports the option to the Spark 3.5 and 4.0 modules. When enabled, streaming appends use a merge append instead of a fast append so manifests are merged on commit rather than accumulating as small manifests.
amogh-jahagirdar
force-pushed
the
spark-streaming-merge-append-rename
branch
from
July 29, 2026 00:09
6bf9d65 to
464bff6
Compare
Contributor
Author
|
Since the 4.1 change is just a rename that we don't need to worry about compatibility about and the change is fairly small, I included it with the Spark version backports as well. |
dramaticlly
approved these changes
Jul 29, 2026
kevinjqliu
approved these changes
Jul 29, 2026
kevinjqliu
left a comment
Contributor
There was a problem hiding this comment.
LGTM
Check that all existing places are addressed
https://github.com/search?q=repo%3Aapache%2Ficeberg%20streaming-merge-append-enabled&type=code
uros-b
approved these changes
Jul 29, 2026
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.
This change includes 2 parts:
1.) Rename streaming-merge-append-enabled to use-merge-append-for-streaming for better readability of the conf. This change was just merged and not released so no compatibility issues in changing this config.
2.) After the rename of the config, clean backport of the change from #17347 to Spark 4.0/3.5