Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-47631][SQL] Remove unused SQLConf.parquetOutputCommitterClass method #45757

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Mar 28, 2024

What changes were proposed in this pull request?

This PR aims to remove unused SQLConf.parquetOutputCommitterClass method.

Why are the changes needed?

This method has been never used in Apache Spark 3.x.

Does this PR introduce any user-facing change?

No. o.a.s.sql.internal.SQLConf is an internal package.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the SQL label Mar 28, 2024
@dongjoon-hyun
Copy link
Member Author

cc @LuciferYang

@HyukjinKwon
Copy link
Member

Merged to master.

@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon !

@dongjoon-hyun dongjoon-hyun deleted the SPARK-47631 branch March 29, 2024 01:34
@LuciferYang
Copy link
Contributor

late LGTM

sweisdb pushed a commit to sweisdb/spark that referenced this pull request Apr 1, 2024
…` method

### What changes were proposed in this pull request?

This PR aims to remove unused `SQLConf.parquetOutputCommitterClass` method.

### Why are the changes needed?

This method has been never used in Apache Spark 3.x.

### Does this PR introduce _any_ user-facing change?

No. `o.a.s.sql.internal.SQLConf` is an internal package.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#45757 from dongjoon-hyun/SPARK-47631.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants