Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-45613][CORE] Expose DeterministicLevel as a DeveloperApi
### What changes were proposed in this pull request? Expose `DeterministicLevel` as a `DeveloperApi` ### Why are the changes needed? [`RDD.getOutputDeterministicLevel`](https://github.com/apache/spark/blob/b9ac7d38ea7f4f7e57c4bbb7b5e5bc836b2b1c58/core/src/main/scala/org/apache/spark/rdd/RDD.scala#L2079) 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 Closes apache#43461 from mridulm/master. Authored-by: Mridul Muralidharan <mridulatgmail.com> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information