Skip to content

Conversation

@guowei2
Copy link
Contributor

@guowei2 guowei2 commented Oct 27, 2014

aims of step1 ( this pr):

  1. support parse sql with complex window define
  2. support most of aggregate-functions with window-spec
  3. support window range

aims of step2:
support the rest of un-support features as below:

  1. not support with multi-different window partitions ,but support with multi-same window partitions
  2. not support with both window partition and group by
  3. not support lead, lag (default lead and lag function lookup in HiveFunctionRegistry are GenericUDF, we need GenericUDAF)
  4. not support rank, dense_rank
  5. not support sql parse with TOK_PTBLFUNCTION

https://issues.apache.org/jira/browse/HIVE-4197
https://issues.apache.org/jira/browse/HIVE-896

@guowei2 guowei2 changed the title Spark 1442 step 1 [SPARK-1442] [SQL] window function implement Oct 27, 2014
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@rxin
Copy link
Contributor

rxin commented Oct 28, 2014

Can you write a short high level design doc for this change and attach it to JIRA?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space after //

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.

4 participants