[
https://issues.apache.org/jira/browse/HIVE-20008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16528753#comment-16528753
]
Hive QA commented on HIVE-20008:
--------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 11s{color}
| {color:red}
/data/hiveptest/logs/PreCommit-HIVE-Build-12276/patches/PreCommit-HIVE-Build-12276.patch
does not apply to master. Rebase required? Wrong Branch? See
http://cwiki.apache.org/confluence/display/Hive/HowToContribute for help.
{color} |
\\
\\
|| Subsystem || Report/Notes ||
| Console output |
http://104.198.109.242/logs//PreCommit-HIVE-Build-12276/yetus.txt |
| Powered by | Apache Yetus http://yetus.apache.org |
This message was automatically generated.
> 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)