[ 
https://issues.apache.org/jira/browse/SPARK-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reynold Xin resolved SPARK-6536.
--------------------------------
          Resolution: Fixed
       Fix Version/s: 1.4.0
                      1.3.1
    Target Version/s:   (was: 1.4.0)

> Add IN to python Column
> -----------------------
>
>                 Key: SPARK-6536
>                 URL: https://issues.apache.org/jira/browse/SPARK-6536
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Michael Armbrust
>            Assignee: Davies Liu
>             Fix For: 1.3.1, 1.4.0
>
>
> In scala you can check for membership in a set using the DSL function {{in}}
> {code}
> df("column").in(lit(1), lit(2))
> {code}
> It would be nice to be able to do something similar in python (possibly 
> without the lits (which we might revisit for scala as well) /cc [~rxin]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to