[
https://issues.apache.org/jira/browse/TAJO-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946253#comment-14946253
]
ASF GitHub Bot commented on TAJO-1909:
--------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/802#issuecomment-146078424
Could you rebase the patch? The patch causes the following error:
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on
project tajo-common: Compilation failure
[ERROR]
/home/hyunsik/Code/tajo/tajo/tajo-common/src/main/java/org/apache/tajo/util/ShutdownHookManager.java:[103,34]
incompatible types: java.util.Set<java.lang.Object> cannot be converted to
java.util.Set<org.apache.tajo.util.ShutdownHookManager.HookEntry>
```
#778 changes the source and target JVM of tajo-common to 1.7. It may cause
this problem, I think.
> Eliminate remained explicit diamond expressions
> -----------------------------------------------
>
> Key: TAJO-1909
> URL: https://issues.apache.org/jira/browse/TAJO-1909
> Project: Tajo
> Issue Type: Sub-task
> Reporter: Dongkyu Hwangbo
> Assignee: Dongkyu Hwangbo
> Priority: Minor
> Fix For: 0.12.0
>
>
> I found some remain part after working TAJO-1844.
> This is another work of removing it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)