[ https://issues.apache.org/jira/browse/HIVE-20008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16528797#comment-16528797 ]
Hive QA commented on HIVE-20008: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12929817/HIVE-20008.02.patch {color:green}SUCCESS:{color} +1 due to 4 test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 14632 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/12276/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12276/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12276/ 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: 12929817 - PreCommit-HIVE-Build > Fix second compilation errors in ql > ----------------------------------- > > Key: HIVE-20008 > URL: https://issues.apache.org/jira/browse/HIVE-20008 > Project: Hive > Issue Type: Bug > Reporter: Zoltan Haindrich > Assignee: Zoltan Haindrich > Priority: Major > Attachments: HIVE-20008.01.patch, HIVE-20008.02.patch, > HIVE-20008.02.patch > > > I'm bumping into this a lot lately....and I've just had enough from removing > my {{ql/target/classes} dir by hand and building again.. > executing the following script: > {code} > git clean -dfx > mvn install -pl ql -DskipTests -am > echo >> > ql/src/java/org/apache/hadoop/hive/ql/parse/UpdateDeleteSemanticAnalyzer.java > mvn install -pl ql -DskipTests > {code} > results in a compilation error; probably because incremental compilation have > some issues keeping track the template arguments... > {code} > pile) on project hive-exec: Compilation failure: Compilation failure: > [ERROR] > /mnt/work/hwx/hive/master/ql/src/java/org/apache/hadoop/hive/ql/parse/UpdateDeleteSemanticAnalyzer.java:[217,22] > incompatible types: java.util.List<org.apache.hadoop.hive.ql.exec.Task<?>> > cannot be converted to java.util.List<org.apache.hadoop.hive.ql.exec.Task<? > extends java.io.Serializable>> > [ERROR] > /mnt/work/hwx/hive/master/ql/src/java/org/apache/hadoop/hive/ql/parse/UpdateDeleteSemanticAnalyzer.java:[241,19] > incompatible types: java.util.List<org.apache.hadoop.hive.ql.exec.Task<?>> > cannot be converted to java.util.List<org.apache.hadoop.hive.ql.exec.Task<? > extends java.io.Serializable>> > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)