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-25908][SQL][FOLLOW-UP] Add Back Multiple Removed APIs #27820

Closed
wants to merge 1 commit into from

Conversation

gatorsmile
Copy link
Member

What changes were proposed in this pull request?

Based on the discussion in the mailing list [Proposal] Modification to Spark's Semantic Versioning Policy , this PR is to add back the following APIs whose maintenance cost are relatively small.

  • toDegrees/toRadians
  • approxCountDistinct
  • Column.!==
  • Dataset.explode
  • Dataset.registerTempTable
  • SQLContext.getOrCreate, setActive, clearActive, constructors
  • monotonicallyIncreasingId

Why are the changes needed?

Avoid breaking the APIs that are commonly used.

Does this PR introduce any user-facing change?

Adding back the APIs that were removed in 3.0 branch does not introduce the user-facing changes, because Spark 3.0 has not been released.

How was this patch tested?

TODO: add a new test suite for these APIs.

…move old deprecated items in Spark 3"

This reverts commit 0025a83.
@gatorsmile gatorsmile closed this Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant