[
https://issues.apache.org/jira/browse/HIVE-11821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746215#comment-14746215
]
Hive QA commented on HIVE-11821:
--------------------------------
{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/12755889/HIVE-11821.1.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 9444 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5285/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5285/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5285/
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: 12755889 - PreCommit-HIVE-TRUNK-Build
> JDK8 strict build broken for master
> ------------------------------------
>
> Key: HIVE-11821
> URL: https://issues.apache.org/jira/browse/HIVE-11821
> Project: Hive
> Issue Type: Bug
> Components: Physical Optimizer
> Affects Versions: 1.3.0, 2.0.0
> Reporter: Gopal V
> Assignee: Gopal V
> Attachments: HIVE-11821.1.patch
>
>
> JDK8 is stricter with generics than JDK7 build infra (JDK7 is EOL)
> {code}
> [ERROR]
> /Users/gvijayaraghavan/hw/hive/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConvertJoinMapJoin.java:[354,24]
> no suitable method found for
> findOperatorsUpstream(java.util.List<org.apache.hadoop.hive.ql.exec.Operator<?
> extends
> org.apache.hadoop.hive.ql.plan.OperatorDesc>>,java.lang.Class<org.apache.hadoop.hive.ql.exec.ReduceSinkOperator>)
> method
> org.apache.hadoop.hive.ql.exec.OperatorUtils.<T>findOperatorsUpstream(org.apache.hadoop.hive.ql.exec.Operator<?>,java.lang.Class<T>)
> is not applicable
> (cannot infer type-variable(s) T
> (argument mismatch;
> java.util.List<org.apache.hadoop.hive.ql.exec.Operator<? extends
> org.apache.hadoop.hive.ql.plan.OperatorDesc>> cannot be converted to
> org.apache.hadoop.hive.ql.exec.Operator<?>))
> method
> org.apache.hadoop.hive.ql.exec.OperatorUtils.<T>findOperatorsUpstream(java.util.Collection<org.apache.hadoop.hive.ql.exec.Operator<?>>,java.lang.Class<T>)
> is not applicable
> (cannot infer type-variable(s) T
> (argument mismatch;
> java.util.List<org.apache.hadoop.hive.ql.exec.Operator<? extends
> org.apache.hadoop.hive.ql.plan.OperatorDesc>> cannot be converted to
> java.util.Collection<org.apache.hadoop.hive.ql.exec.Operator<?>>))
> method
> org.apache.hadoop.hive.ql.exec.OperatorUtils.<T>findOperatorsUpstream(org.apache.hadoop.hive.ql.exec.Operator<?>,java.lang.Class<T>,java.util.Set<T>)
> is not applicable
> (cannot infer type-variable(s) T
> (actual and formal argument lists differ in length))
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)