[ https://issues.apache.org/jira/browse/HIVE-19808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505668#comment-16505668 ]
Hive QA commented on HIVE-19808: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12926661/HIVE-19808.2.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/11606/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11606/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11606/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Tests exited with: Exception: Patch URL https://issues.apache.org/jira/secure/attachment/12926661/HIVE-19808.2.patch was found in seen patch url's cache and a test was probably run already on it. Aborting... {noformat} This message is automatically generated. ATTACHMENT ID: 12926661 - PreCommit-HIVE-Build > GenericUDTFGetSplits should support ACID reads in the temp. table read path > --------------------------------------------------------------------------- > > Key: HIVE-19808 > URL: https://issues.apache.org/jira/browse/HIVE-19808 > Project: Hive > Issue Type: Bug > Components: Transactions > Reporter: Eric Wohlstadter > Assignee: Eric Wohlstadter > Priority: Major > Attachments: HIVE-19808.1.patch, HIVE-19808.2.patch > > > 1. Map-only reads work on ACID tables. > 2. Temp. table reads (for multi-vertex queries) work on non-ACID tables. > 3. But temp. table reads don't work on ACID tables. > {code} > Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Failed to create > temp table: java.lang.IllegalStateException: calling recordValidTxn() more > than once in the same txnid:420 > at > org.apache.hadoop.hive.ql.udf.generic.GenericUDTFGetSplits.createPlanFragment(GenericUDTFGetSplits.java:303) > at > org.apache.hadoop.hive.ql.udf.generic.GenericUDTFGetSplits.process(GenericUDTFGetSplits.java:202) > at > org.apache.hadoop.hive.ql.exec.UDTFOperator.process(UDTFOperator.java:116) > at > org.apache.hadoop.hive.ql.exec.Operator.baseForward(Operator.java:985) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:931) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:918) > at > org.apache.hadoop.hive.ql.exec.SelectOperator.process(SelectOperator.java:95) > at > org.apache.hadoop.hive.ql.exec.Operator.baseForward(Operator.java:985) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:931) > at > org.apache.hadoop.hive.ql.exec.TableScanOperator.process(TableScanOperator.java:125) > at > org.apache.hadoop.hive.ql.exec.FetchOperator.pushRow(FetchOperator.java:492) > at > org.apache.hadoop.hive.ql.exec.FetchOperator.pushRow(FetchOperator.java:484) > at org.apache.hadoop.hive.ql.exec.FetchTask.fetch(FetchTask.java:145) > ... 16 more > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)