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-45613][CORE] Expose DeterministicLevel as a DeveloperApi #43461

Closed
wants to merge 3 commits into from

Conversation

mridulm
Copy link
Contributor

@mridulm mridulm commented Oct 20, 2023

What changes were proposed in this pull request?

Expose DeterministicLevel as a DeveloperApi

Why are the changes needed?

RDD.getOutputDeterministicLevel is a DeveloperApi - unfortunately, this cannot be overridden by users as DeterministicLevel is private[spark].
Expose it as a DeveloperApi to allow users to override this.

Does this PR introduce any user-facing change?

Yes, updates the visibility of DeterministicLevel

How was this patch tested?

Visibility change, no test required.

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

No

@github-actions github-actions bot added the CORE label Oct 20, 2023
@mridulm
Copy link
Contributor Author

mridulm commented Oct 20, 2023

+CC @cloud-fan, @Ngone51, @dongjoon-hyun

@HyukjinKwon HyukjinKwon changed the title SPARK-45613: Expose DeterministicLevel as a DeveloperApi [SPARK-45613][CORE] Expose DeterministicLevel as a DeveloperApi Oct 20, 2023
@HyukjinKwon
Copy link
Member

Merged to master.

@mridulm
Copy link
Contributor Author

mridulm commented Oct 20, 2023

Thanks @HyukjinKwon, @cloud-fan !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants