[
https://issues.apache.org/jira/browse/TAJO-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386194#comment-14386194
]
ASF GitHub Bot commented on TAJO-921:
-------------------------------------
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.
> Add STDDEV_SAMP and STDDEV_POP window functions
> -----------------------------------------------
>
> Key: TAJO-921
> URL: https://issues.apache.org/jira/browse/TAJO-921
> Project: Tajo
> Issue Type: Sub-task
> Components: function/udf, physical operator
> Reporter: Hyunsik Choi
> Assignee: Keuntae Park
> Fix For: 0.11.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)