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.
