[SPARK-16029][SPARKR] SparkR add dropTempView and deprecate dropTempTable#13753
Closed
felixcheung wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-16029][SPARKR] SparkR add dropTempView and deprecate dropTempTable#13753felixcheung wants to merge 2 commits intoapache:masterfrom
felixcheung wants to merge 2 commits intoapache:masterfrom
Conversation
Contributor
|
LGTM pending Jenkins. Thanks! |
|
Test build #60757 has finished for PR 13753 at commit
|
|
Test build #60762 has finished for PR 13753 at commit
|
Contributor
|
Thanks @felixcheung @liancheng - LGTM. Merging this to master, branch-2.0 Are there any other catalog functions that have changed in Spark 2.0 that we also expose in SparkR ? Or are |
asfgit
pushed a commit
that referenced
this pull request
Jun 20, 2016
…able ## What changes were proposed in this pull request? Add dropTempView and deprecate dropTempTable ## How was this patch tested? unit tests shivaram liancheng Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #13753 from felixcheung/rdroptempview. (cherry picked from commit 36e812d) Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
Member
Author
|
Only registerTempTable and dropTempTable have name changes. |
Contributor
|
@shivaram I think we've covered all of them. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Add dropTempView and deprecate dropTempTable
How was this patch tested?
unit tests
@shivaram @liancheng