Skip to content
Snippets Groups Projects
Commit 8ce645d4 authored by Reynold Xin's avatar Reynold Xin Committed by Josh Rosen
Browse files

[SPARK-12615] Remove some deprecated APIs in RDD/SparkContext

I looked at each case individually and it looks like they can all be removed. The only one that I had to think twice was toArray (I even thought about un-deprecating it, until I realized it was a problem in Java to have toArray returning java.util.List).

Author: Reynold Xin <rxin@databricks.com>

Closes #10569 from rxin/SPARK-12615.
parent 76768337
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 641 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment