-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
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.