Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
3.1.0
-
None
-
None
Description
Hi,
looks like SparkSQL is not able to handle this query:
SELECT rank() OVER (ORDER BY 1), count(*) FROM empsalary GROUP BY 1;
PgSQL, on the other hand, does.