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

Reynold Xin updated SPARK-6383:
-------------------------------
    Fix Version/s:     (was: 1.3.0)
                   1.3.1
                   1.4.0

> Few examples on Dataframe operation give compiler errors 
> ---------------------------------------------------------
>
>                 Key: SPARK-6383
>                 URL: https://issues.apache.org/jira/browse/SPARK-6383
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.3.0
>            Reporter: Tijo Thomas
>            Priority: Trivial
>              Labels: DataFrame
>             Fix For: 1.4.0, 1.3.1
>
>
> The below statements give compiler errors as 
> a) the select method doesnot accept String, Column 
> df.select("name", df("age") + 1).show() // Need to convert String to Column
> b) Filtering should be based on "age"  not on "name"  Column
> df.filter(df("name") > 21).show()



--
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