Uh oh!
There was an error while loading. Please reload this page.
[SPARK-16538][SPARKR] fix R call with namespace operator on SparkSession functions - #14195
[SPARK-16538][SPARKR] fix R call with namespace operator on SparkSession functions#14195felixcheung wants to merge 1 commit into
Conversation
SparkQA
commented
Jul 14, 2016
Test build #62296 has finished for PR 14195 at commit
|
Hi, @felixcheung SparkR::sql("")I know that it's not necessary, but it's just because the JIRA/PR looks different at the first glance. |
felixcheung
commented
Jul 14, 2016
Thanks. That actually would fail - can't run an empty sql query. |
dongjoon-hyun
commented
Jul 14, 2016
Yep. I mean . :) |
dongjoon-hyun
commented
Jul 14, 2016
What I wanted is |
shivaram
commented
Jul 14, 2016
I guess it would be good to have an additional test case, but I'm going to merge this to make sure this makes 2.0 RCs. LGTM. We could look at ways to make this more robust in the future |
…ion functions ## What changes were proposed in this pull request? Fix function routing to work with and without namespace operator `SparkR::createDataFrame` ## How was this patch tested? manual, unit tests shivaram Author: Felix Cheung <felixcheung_m@hotmail.com> Closes#14195 from felixcheung/rroutedefault. (cherry picked from commit 12005c8) Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
dongjoon-hyun
commented
Jul 14, 2016
Great. This is in 2.0! |
felixcheung
commented
Jul 14, 2016
Adding more tests in new PR. I'm hoping to remove deprecated functions and this routing mechanism as soon as 2.0.0 is released... |
What changes were proposed in this pull request?
Fix function routing to work with and without namespace operator
SparkR::createDataFrameHow was this patch tested?
manual, unit tests
@shivaram