Skip to content

[SPARK-53896][CORE] Enable spark.io.compression.lzf.parallel.enabled by default - #52603

Closed
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-53896
Closed

[SPARK-53896][CORE] Enable spark.io.compression.lzf.parallel.enabled by default#52603
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-53896

Conversation

@dongjoon-hyun

@dongjoon-hyundongjoon-hyun commented Oct 14, 2025

Copy link
Copy Markdown
Member

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.

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.

@dongjoon-hyun

dongjoon-hyun commented Oct 14, 2025

Copy link
Copy Markdown
MemberAuthor

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?

@yaooqinnyaooqinn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yaooqinn

Copy link
Copy Markdown
Member

I want to include this as a part of Apache Spark 4.1.0

+1

@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

Thank you, @yaooqinn and @LuciferYang .

@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

Merged to master for Apache Spark 4.1.0-preview3.

@dongjoon-hyun
dongjoon-hyun deleted the SPARK-53896 branch October 14, 2025 06:20
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.
Closesapache#52603 from dongjoon-hyun/SPARK-53896.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dongjoon-hyun@yaooqinn@LuciferYang