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

Hive QA commented on HIVE-20038:
--------------------------------



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

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 14641 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/12303/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12303/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12303/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12929882 - PreCommit-HIVE-Build

> Update queries on non-bucketed + partitioned tables throws NPE
> --------------------------------------------------------------
>
>                 Key: HIVE-20038
>                 URL: https://issues.apache.org/jira/browse/HIVE-20038
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 4.0.0, 3.2.0
>            Reporter: Kavan Suresh
>            Assignee: Prasanth Jayachandran
>            Priority: Major
>         Attachments: HIVE-20038.1.patch, HIVE-20038.2.patch
>
>
> With HIVE-19890 delete deltas of non-bucketed tables are computed from 
> ROW__ID. This can create holes in output paths (and final paths) in 
> FSOp.commit() resulting in NPE. 
> Following is the exception
> {code:java}
> Caused by: java.lang.NullPointerException
>       at 
> org.apache.hadoop.hive.ql.exec.FileSinkOperator$FSPaths.commitOneOutPath(FileSinkOperator.java:246)
>       at 
> org.apache.hadoop.hive.ql.exec.FileSinkOperator$FSPaths.commit(FileSinkOperator.java:235)
>       at 
> org.apache.hadoop.hive.ql.exec.FileSinkOperator$FSPaths.access$400(FileSinkOperator.java:168)
>       at 
> org.apache.hadoop.hive.ql.exec.FileSinkOperator.closeOp(FileSinkOperator.java:1325)
>       at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:733)
>       at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:757)
>       at 
> org.apache.hadoop.hive.ql.exec.tez.ReduceRecordProcessor.close(ReduceRecordProcessor.java:383){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to