-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12600][SQL] Remove deprecated methods in Spark SQL #10559
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is moved from DataType.scala. It is kept here so Spark 2.0 can still read parquet files written by Spark 1.1.
|
Test build #48598 has finished for PR 10559 at commit
|
4d7105b to
5a83d42
Compare
|
Test build #48622 has finished for PR 10559 at commit
|
|
Test build #48623 has finished for PR 10559 at commit
|
4df345e to
aeaaeb4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @davies this fixed a bug before with read.json.
|
Test build #48638 has finished for PR 10559 at commit
|
|
Test build #48639 has finished for PR 10559 at commit
|
|
Test build #48642 has finished for PR 10559 at commit
|
|
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep this checking somewhere
|
LGTM except one comment. |
|
Test build #48684 has finished for PR 10559 at commit
|
|
Test build #2315 has finished for PR 10559 at commit
|
|
To avoid conflicts I'm going to go ahead and merge this. @rxin can address comments in a followup. |
Author: Reynold Xin <[email protected]> Closes apache#10559 from rxin/remove-deprecated-sql.
|
Test build #2318 has finished for PR 10559 at commit
|
This addresses davies' code review feedback in #10559 Author: Reynold Xin <[email protected]> Closes #10586 from rxin/remove-deprecated-sql-followup.
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 <[email protected]> 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 <[email protected]> Closes #10988 from zsxwing/json-rdd.
No description provided.