-
Notifications
You must be signed in to change notification settings - Fork 18
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
window functions #27
Labels
Comments
piccolbo
added a commit
that referenced
this issue
Aug 11, 2015
some of these problems depend on tidyverse/dplyr#1060 |
piccolbo
added a commit
that referenced
this issue
Aug 12, 2015
Passes the dplyr tutorial. We can close this as soon as dplyr#1060 closes. |
By the way we monkey patched #1060 so this is open only to remove the monkey patch when it's time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
none of the window functions work.
Excited by the announcement that SparkSQL now supports window functions I endeavored to make sure that they are supported in dplyr-spark. Since they are supported in dplyr. I created a new test file with the dplyr window-function examples in the linked to document above. None of the generated queries work in sparkSQL. I suspect these window function extensions are not completely standard. Need to investigate further.
The text was updated successfully, but these errors were encountered: