[
https://issues.apache.org/jira/browse/SQOOP-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347966#comment-14347966
]
Sqoop QA bot commented on SQOOP-2171:
-------------------------------------
Testing file
[sqoop-2171.patch|https://issues.apache.org/jira/secure/attachment/12702664/sqoop-2171.patch]
against branch sqoop2 took 0:00:08.843123.
{color:red}Overall:{color} -1 due to an error
{color:red}ERROR:{color} failed to apply patch (exit code 1):
{code}error:
src/main/java/org/apache/sqoop/test/testcases/ConnectorTestCase.java: No such
file or directory
{code}
{color:green}SUCCESS:{color} Clean was successful
Console output is available
[here|https://builds.apache.org/job/PreCommit-SQOOP-Build/1129/console].
This message is automatically generated.
> incorrect basic type boxing in Java 7 is causing build failure in
> ConnectorTestCase
> -----------------------------------------------------------------------------------
>
> Key: SQOOP-2171
> URL: https://issues.apache.org/jira/browse/SQOOP-2171
> Project: Sqoop
> Issue Type: Bug
> Components: sqoop2-test
> Affects Versions: 1.99.5
> Reporter: Syed A. Hashmi
> Fix For: 2.0.0
>
> Attachments: sqoop-2171.patch
>
>
> After commit:
> https://github.com/apache/sqoop/commit/3ba01bcf8320c5d8b4a9c6085b3bdf9afd9bf70d
> build is broken on JDK7 at:
> {code}
> [ERROR]
> /test/src/test/java/org/apache/sqoop/integration/connector/jdbc/generic/AllTypesTest.java:[70,6]
> error: reference to insertRow is ambiguous, both method insertRow(Object...)
> in ConnectorTestCase and method insertRow(boolean,Object...) in
> ConnectorTestCase match
> [ERROR]
> /test/src/test/java/org/apache/sqoop/integration/connector/jdbc/generic/AllTypesTest.java:[143,6]
> error: reference to assertRow is ambiguous, both method
> assertRow(Object[],Object...) in ConnectorTestCase and method
> assertRow(Object[],boolean,Object...) in ConnectorTestCase match
> {code}
> Apparently JDK7 is boxing basic type value (false) to Boolean and confusing
> the two methods available insertRows methods in ConnectorTestCase.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)