Github user sirpkt commented on the pull request:

    https://github.com/apache/tajo/pull/427#issuecomment-87546262
  
    Hi, @jihoonson 
    Above difference is from the handling of default window frame value.
    In Tajo, current window functions works as if window frame is set as "rows 
between unbounded preceding and unbounded following"
    while default setting of all other DBMSs is "range between unbounded 
preceding and current row"
    
    I already posted patch to support correct window frame as TAJO-1415.
    So, after that patch, the result will be the same.
    Or you can test with window frame setting of "rows between unbounded 
preceding and unbounded following" for all window functions.
      


---
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.
---

Reply via email to