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

Felix Cheung edited comment on SPARK-9316 at 8/27/15 6:58 PM:
--------------------------------------------------------------

(updated)
Hi,

There shouldn't be any change to filter()

>the following filter worked previously for me: 
>>subsetdf <- filter(df, "age in (19, 30)")

I tried this just now and it worked (with Shivaram's fix)


was (Author: felixcheung):
https://issues.apache.org/jira/browse/SPARK-10322

> Add support for filtering using `[` (synonym for filter / select)
> -----------------------------------------------------------------
>
>                 Key: SPARK-9316
>                 URL: https://issues.apache.org/jira/browse/SPARK-9316
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SparkR
>            Reporter: Shivaram Venkataraman
>            Assignee: Felix Cheung
>             Fix For: 1.6.0, 1.5.1
>
>
> Will help us support queries of the form 
> {code}
> air[air$UniqueCarrier %in% c("UA", "HA"), c(1,2,3,5:9)]
> {code}



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

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

Reply via email to