Tijo Thomas created SPARK-6767:
----------------------------------

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