Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-6767][SQL] Fixed Query DSL error in spark sql Readme #5415

Closed

Conversation

tijoparacka
Copy link

Fixed the following error
query.where('key > 30).select(avg('key)).collect()
:43: error: value > is not a member of Symbol
query.where('key > 30).select(avg('key)).collect()

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@rxin
Copy link
Contributor

rxin commented Apr 8, 2015

Merging in master & branch-1.3. Thanks.

asfgit pushed a commit that referenced this pull request Apr 8, 2015
Fixed the  following error
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()

Author: Tijo Thomas <tijoparacka@gmail.com>

Closes #5415 from tijoparacka/ERROR_SQL_DATAFRAME_EXAMPLE and squashes the following commits:

234751e [Tijo Thomas] Fixed Query DSL error in spark sql Readme

(cherry picked from commit 2f482d7)
Signed-off-by: Reynold Xin <rxin@databricks.com>
@asfgit asfgit closed this in 2f482d7 Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants