[ https://issues.apache.org/jira/browse/HIVE-11030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611270#comment-14611270 ]
Hive QA commented on HIVE-11030: -------------------------------- {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/12743135/HIVE-11030.5.patch {color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 9169 tests executed *Failed tests:* {noformat} org.apache.hive.hcatalog.streaming.mutate.TestMutations.testMulti org.apache.hive.hcatalog.streaming.mutate.TestMutations.testTransactionBatchAbort org.apache.hive.hcatalog.streaming.mutate.TestMutations.testTransactionBatchCommitPartitioned org.apache.hive.hcatalog.streaming.mutate.TestMutations.testTransactionBatchCommitUnpartitioned org.apache.hive.hcatalog.streaming.mutate.TestMutations.testUpdatesAndDeletes {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4467/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4467/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4467/ 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: 5 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12743135 - PreCommit-HIVE-TRUNK-Build > Enhance storage layer to create one delta file per write > -------------------------------------------------------- > > Key: HIVE-11030 > URL: https://issues.apache.org/jira/browse/HIVE-11030 > Project: Hive > Issue Type: Sub-task > Components: Transactions > Affects Versions: 1.2.0 > Reporter: Eugene Koifman > Assignee: Eugene Koifman > Attachments: HIVE-11030.2.patch, HIVE-11030.3.patch, > HIVE-11030.4.patch, HIVE-11030.5.patch > > > Currently each txn using ACID insert/update/delete will generate a delta > directory like delta_0000100_0000101. In order to support multi-statement > transactions we must generate one delta per operation within the transaction > so the deltas would be named like delta_0000100_0000101_0001, etc. > Support for MERGE (HIVE-10924) would need the same. -- This message was sent by Atlassian JIRA (v6.3.4#6332)