You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/08 16:18:00 UTC

[jira] [Commented] (IGNITE-8452) ML module compilation failure under JDK 9

    [ https://issues.apache.org/jira/browse/IGNITE-8452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16467638#comment-16467638 ] 

ASF GitHub Bot commented on IGNITE-8452:
----------------------------------------

GitHub user ybabak opened a pull request:

    https://github.com/apache/ignite/pull/3966

    IGNITE-8452: ML module compilation failure under Java 9

    fixed

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-8452

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3966.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3966
    
----
commit 10011cceda916df52afb073821337acf706c4e1f
Author: YuriBabak <y....@...>
Date:   2018-05-08T16:16:33Z

    IGNITE-8452: ML module compilation failure under Java 9
    
    fixed

----


> ML module compilation failure under JDK 9
> -----------------------------------------
>
>                 Key: IGNITE-8452
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8452
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.4
>            Reporter: Peter Ivanov
>            Assignee: Yury Babak
>            Priority: Blocker
>             Fix For: 2.5
>
>
> Running Apache Ignite build on master branch (commit: ) fails with following error:
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project ignite-ml: Compilation failure: Compilation failure:
> [ERROR] /Users/vveider/Development/VCS/Git/ignite/modules/ml/src/test/java/org/apache/ignite/ml/dataset/primitive/DatasetWrapperTest.java:[62,45] incompatible types: java.lang.Object cannot be converted to java.lang.Integer
> [ERROR] /Users/vveider/Development/VCS/Git/ignite/modules/ml/src/test/java/org/apache/ignite/ml/dataset/primitive/DatasetWrapperTest.java:[74,38] incompatible types: java.lang.Object cannot be converted to java.lang.Integer
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)