Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12600][SQL] Remove deprecated methods in Spark SQL - #10559
Conversation
There was a problem hiding this comment.
This is moved from DataType.scala. It is kept here so Spark 2.0 can still read parquet files written by Spark 1.1.
SparkQA
commented
Jan 3, 2016
Test build #48598 has finished for PR 10559 at commit
|
4d7105b to
5a83d42CompareSparkQA
commented
Jan 4, 2016
Test build #48622 has finished for PR 10559 at commit
|
SparkQA
commented
Jan 4, 2016
Test build #48623 has finished for PR 10559 at commit
|
4df345e to
aeaaeb4CompareThere was a problem hiding this comment.
cc @davies this fixed a bug before with read.json.
SparkQA
commented
Jan 4, 2016
Test build #48638 has finished for PR 10559 at commit
|
SparkQA
commented
Jan 4, 2016
Test build #48639 has finished for PR 10559 at commit
|
SparkQA
commented
Jan 4, 2016
Test build #48642 has finished for PR 10559 at commit
|
marmbrus
commented
Jan 4, 2016
LGTM |
There was a problem hiding this comment.
this one is actually useful for both R / Python, and required for data sources that don't support paths. So I'm just removing the todo to remove it.
There was a problem hiding this comment.
We should keep this checking somewhere
davies
commented
Jan 4, 2016
LGTM except one comment. |
SparkQA
commented
Jan 5, 2016
Test build #48684 has finished for PR 10559 at commit
|
SparkQA
commented
Jan 5, 2016
Test build #2315 has finished for PR 10559 at commit
|
marmbrus
commented
Jan 5, 2016
To avoid conflicts I'm going to go ahead and merge this. @rxin can address comments in a followup. |
Author: Reynold Xin <rxin@databricks.com> Closesapache#10559 from rxin/remove-deprecated-sql.
SparkQA
commented
Jan 5, 2016
Test build #2318 has finished for PR 10559 at commit
|
rxin davies shivaram Took save mode from my PR #10480, and move everything to writer methods. This is related to PR #10559 - [x] it seems jsonRDD() is broken, need to investigate - this is not a public API though; will look into some more tonight. (fixed) Author: felixcheung <felixcheung_m@hotmail.com> Closes#10584 from felixcheung/rremovedeprecated.
…to branch-1.6 SPARK-13082 actually fixed by #10559. However, it's a big PR and not backported to 1.6. This PR just backported the fix of 'read.json(rdd)' to branch-1.6. Author: Shixiong Zhu <shixiong@databricks.com> Closes#10988 from zsxwing/json-rdd.
No description provided.