[
https://issues.apache.org/jira/browse/SPARK-6383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynold Xin resolved SPARK-6383.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.3.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
> Fix For: 1.3.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]