Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 22, 2025

What changes were proposed in this pull request?

This PR aims to add SparkOperatorConfManager.getAll method to get all configurations.

Why are the changes needed?

Like Apache Spark SparkConf.getAll API, we had better support getAll API.

https://github.com/apache/spark/blob/0be5f96e7a7d1b9fb9f96f1914019f79ef973a25/core/src/main/scala/org/apache/spark/SparkConf.scala#L197

/** Get all parameters as a list of pairs */
def getAll: Array[(String, String)]

Does this PR introduce any user-facing change?

No because this is a new API.

How was this patch tested?

Pass the CIs with newly added test case.

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

No.

@dongjoon-hyun
Copy link
Member Author

Let me merge this because this is a new API.

@dongjoon-hyun
Copy link
Member Author

Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-53992 branch October 22, 2025 21:35
Sign up for free to 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.

1 participant