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

Apache Spark commented on SPARK-6767:
-------------------------------------

User 'tijoparacka' has created a pull request for this issue:
https://github.com/apache/spark/pull/5415

> Documentation error in Spark SQL Readme file
> --------------------------------------------
>
>                 Key: SPARK-6767
>                 URL: https://issues.apache.org/jira/browse/SPARK-6767
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation, SQL
>    Affects Versions: 1.3.0
>            Reporter: Tijo Thomas
>            Priority: Trivial
>
> Error in Spark SQL Documentation file . The sample script for SQL DSL   
> throwing below error
> scala> query.where('key > 30).select(avg('key)).collect()
> <console>:43: error: value > is not a member of Symbol
>               query.where('key > 30).select(avg('key)).collect()



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