You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Felix Cheung (JIRA)" <ji...@apache.org> on 2015/08/27 20:56:46 UTC

[jira] [Commented] (SPARK-10322) Column %in% function is not exported

    [ https://issues.apache.org/jira/browse/SPARK-10322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14717305#comment-14717305 ] 

Felix Cheung commented on SPARK-10322:
--------------------------------------

https://github.com/apache/spark/commit/ad7f0f160be096c0fdae6e6cf7e3b6ba4a606de7
SPARK-10308

> Column %in% function is not exported
> ------------------------------------
>
>                 Key: SPARK-10322
>                 URL: https://issues.apache.org/jira/browse/SPARK-10322
>             Project: Spark
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 1.5.0
>            Reporter: Felix Cheung
>
> $ sparkR
> ...
> > df$age
> Column age
> > filter(df$age %in% c(19, 30))
> Error in filter(df$age %in% c(19, 30)) :
>   error in evaluating the argument 'x' in selecting a method for function 'filter': Error in match(x, table, nomatch = 0L) :
>   'match' requires vector arguments
> > filter(df$age %in% c(19, 30))
> Error in filter(df$age %in% c(19, 30)) :
>   error in evaluating the argument 'x' in selecting a method for function 'filter': Error in match(x, table, nomatch = 0L) :
>   'match' requires vector arguments
> > filter(df$age %in% 30)
> Error in filter(df$age %in% 30) :
>   error in evaluating the argument 'x' in selecting a method for function 'filter': Error in match(x, table, nomatch = 0L) :
>   'match' requires vector arguments



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org