[SPARK-53896][CORE] Enable spark.io.compression.lzf.parallel.enabled by default#52603
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-53896][CORE] Enable spark.io.compression.lzf.parallel.enabled by default#52603dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
spark.io.compression.lzf.parallel.enabled by default#52603dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Conversation
Member
Author
|
Hi, @yaooqinn . As a release manager of Apache Spark 4.1.0, I want to include this as a part of Apache Spark 4.1.0. WDYT? |
Member
+1 |
LuciferYang
approved these changes
Oct 14, 2025
Member
Author
|
Thank you, @yaooqinn and @LuciferYang . |
Member
Author
|
Merged to master for Apache Spark 4.1.0-preview3. |
huangxiaopingRD
pushed a commit
to huangxiaopingRD/spark
that referenced
this pull request
Nov 25, 2025
…` by default ### What changes were proposed in this pull request? This PR aims to enable `spark.io.compression.lzf.parallel.enabled` by default at Apache Spark 4.1.0. ### Why are the changes needed? `spark.io.compression.lzf.parallel.enabled` was introduced at Apache Spark 4.0.0 and has been used stably so far. We can enable this by default. - apache#46858 ### Does this PR introduce _any_ user-facing change? Yes for `LZF` users. The migration guide is updated. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52603 from dongjoon-hyun/SPARK-53896. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
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.
What changes were proposed in this pull request?
This PR aims to enable
spark.io.compression.lzf.parallel.enabledby default at Apache Spark 4.1.0.Why are the changes needed?
spark.io.compression.lzf.parallel.enabledwas introduced at Apache Spark 4.0.0 and has been used stably so far. We can enable this by default.Does this PR introduce any user-facing change?
Yes for
LZFusers. The migration guide is updated.How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.