Skip to content

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 <[email protected]>

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 <[email protected]>
@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