[ https://issues.apache.org/jira/browse/HIVE-22197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16933282#comment-16933282 ]
Hive QA commented on HIVE-22197: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12980680/HIVE-22197.04.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 16834 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.addNoSuchTable[Remote] (batchId=225) org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.createGetDrop[Remote] (batchId=225) org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.createTableWithConstraintsPkInOtherCatalog[Remote] (batchId=225) org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.createTableWithConstraintsPk[Remote] (batchId=225) org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.doubleAddUniqueConstraint[Remote] (batchId=225) org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.getNoSuchCatalog[Remote] (batchId=225) org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.getNoSuchDb[Remote] (batchId=225) org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.getNoSuchTable[Remote] (batchId=225) org.apache.hadoop.hive.metastore.client.TestDefaultConstraint.inOtherCatalog[Remote] (batchId=225) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/18648/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18648/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18648/ 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 Tests exited with: TestsFailedException: 9 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12980680 - PreCommit-HIVE-Build > Common Merge join throwing class cast exception > ------------------------------------------------ > > Key: HIVE-22197 > URL: https://issues.apache.org/jira/browse/HIVE-22197 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: 4.0.0 > Reporter: mahesh kumar behera > Assignee: mahesh kumar behera > Priority: Major > Fix For: 4.0.0 > > Attachments: HIVE-22197.01.patch, HIVE-22197.02.patch, > HIVE-22197.03.patch, HIVE-22197.04.patch > > > In DummyStoreOperator the row is cached to fix HIVE-5973. The row is copyed > and stored in the writable format, but the object inspector is initialized to > default. So when join operator is fetching the data from dummy store > operator, its getting the OI is Long and the row as LongWritable. This is > causing the class cast exception. -- This message was sent by Atlassian Jira (v8.3.4#803005)