-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12232][SPARKR] New R API for read.table to avoid name conflict #10406
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
|
Test build #48090 has finished for PR 10406 at commit
|
|
How about "tableToDF" ? there are some API methods having table in their names, like "createExternalTable", "saveAsTable", "tables". "tableToDF" is shorter and consistent. |
|
I'm not sure - |
|
IMO, In the context of Spark, |
|
Sorry for the delay in getting back on this - I agree that using |
|
Sure - I think we are saying this should be called |
|
So We should definitely remove |
|
right.. For this, are we ok to remove |
|
Yes - removing |
|
We should make a note in the release notes / deprecation from 1.x to 2.0 list somewhere as well |
|
There's the migration guide: http://spark.apache.org/docs/latest/sparkr.html#migration-guide |
2e4b090 to
42b5af7
Compare
|
Done, updated code, tests, and doc. |
|
Thanks. LGTM. I'll just keep this open for a few hours to see if @sun-rui has any comments |
|
Test build #49746 has finished for PR 10406 at commit
|
|
LGTM |
@shivaram sorry it took longer to fix some conflicts, this is the change to add an alias for
table