Github user guowei2 commented on the pull request:

    https://github.com/apache/spark/pull/2953#issuecomment-60553573
  
    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 
     3. not support sql parse with TOK_PTBLFUNCTION


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to