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

Hive QA commented on HIVE-9767:
-------------------------------



{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/12707385/HIVE-9767.3.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 8346 tests executed
*Failed tests:*
{noformat}
TestCustomAuthentication - did not produce a TEST-*.xml file
{noformat}

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

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: 1 tests failed
{noformat}

This message is automatically generated.

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

> Fixes in Hive UDF to be usable in Pig
> -------------------------------------
>
>                 Key: HIVE-9767
>                 URL: https://issues.apache.org/jira/browse/HIVE-9767
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>         Attachments: HIVE-9767.1.patch, HIVE-9767.2.patch, HIVE-9767.3.patch
>
>
> There are issues in UDF never get exposed because the execution path is never 
> tested:
> # Assume the ObjectInspector to be WritableObjectInspector not the 
> ObjectInspector pass to UDF
> # Assume the input parameter to be Writable not respecting the 
> ObjectInspector pass to UDF
> # Assume ConstantObjectInspector to be WritableConstantXXXObjectInspector
> # The InputObjectInspector does not match OutputObjectInspector of previous 
> stage in UDAF
> # The execution path involving convertIfNecessary is never been tested
> Attach a patch to fix those.



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

Reply via email to