You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/06 00:35:38 UTC

[GitHub] [spark] gatorsmile opened a new pull request #27820: [SPARK-25908][SQL][FOLLOW-UP] Add Back Multiple Removed APIs

gatorsmile opened a new pull request #27820: [SPARK-25908][SQL][FOLLOW-UP] Add Back Multiple Removed APIs
URL: https://github.com/apache/spark/pull/27820
 
 
   ### What changes were proposed in this pull request?
   
   Based on the discussion in the mailing list [[Proposal] Modification to Spark's Semantic Versioning Policy](http://apache-spark-developers-list.1001551.n3.nabble.com/Proposal-Modification-to-Spark-s-Semantic-Versioning-Policy-td28938.html) , 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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] gatorsmile closed pull request #27820: [SPARK-25908][SQL][FOLLOW-UP] Add Back Multiple Removed APIs

Posted by GitBox <gi...@apache.org>.
gatorsmile closed pull request #27820: [SPARK-25908][SQL][FOLLOW-UP] Add Back Multiple Removed APIs
URL: https://github.com/apache/spark/pull/27820
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org