[ 
https://issues.apache.org/jira/browse/HIVE-10911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575533#comment-14575533
 ] 

Hive QA commented on HIVE-10911:
--------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12738043/HIVE-10911.patch

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 9002 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_autogen_colalias
org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchEmptyCommit
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4193/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4193/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4193/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12738043 - PreCommit-HIVE-TRUNK-Build

> Add support for date datatype in the value based windowing function
> -------------------------------------------------------------------
>
>                 Key: HIVE-10911
>                 URL: https://issues.apache.org/jira/browse/HIVE-10911
>             Project: Hive
>          Issue Type: Sub-task
>          Components: PTF-Windowing
>    Affects Versions: 1.3.0
>            Reporter: Aihua Xu
>            Assignee: Aihua Xu
>         Attachments: HIVE-10911.patch
>
>
> Currently date datatype is not supported in value based windowing function. 
> For the following query with hiredate to be date type, an exception will be 
> thrown.
> {{select deptno, ename, hiredate, sal, sum(sal) over (partition by deptno 
> order by hiredate range 90 preceding) from emp;}}
> It's valuable to support such type with number of days as the value 
> difference. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to