Nikolay, What needs to be done to ensure Java 9++ works with Spark Examples? Do we need to create another Spark module or drop some scala version?
- Denis On Thu, Sep 19, 2019 at 9:23 AM Nikolay Izhikov <nizhi...@apache.org> wrote: > Hello, Igniters. > > Examples suite on TC doesn't work correctly under java9+. [1], [2] > > The reason is the Spark examples. > > Spark 2.3(our current version) work with scala 2.11 and scala 2.11 support > of java9+ is "incomplete". > > Can we stick example suite to jdk8 only? > > [1] > https://ci.ignite.apache.org/viewLog.html?buildId=4610507&buildTypeId=IgniteTests24Java8_Examples > [2] > https://ci.ignite.apache.org/viewLog.html?buildId=4609013&buildTypeId=IgniteTests24Java8_Examples >