Hi Andry, Seems, we update a H2 version in Ignite 2.0, but doesn't fix our code to support Java 8 Data API. Ticket [1] is still unresolved.
[1] https://issues.apache.org/jira/browse/IGNITE-4172 On Thu, May 18, 2017 at 6:08 PM, Andry <[email protected]> wrote: > I hope this information may help you, it looks like as it caused by new > version of h2 database. In new version, h2 determines java.time.LocalDate > as > org.h2.value.Value.DATE (org.h2.value.DataType.getTypeFromClass), but > Ignite > still casts Value.DATE to java.sql.Date only. > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Problem-with-indexing-LocalDate-in- > Ignite-2-0-tp12993p13002.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Best regards, Andrey V. Mashenkov
