Hi, You can't index the same type twice with different keys:
ccfg.setIndexedTypes(Integer.class, Company.class); ccfg.setIndexedTypes(LocalDate.class, Company.class); Can you try removing one of them and see if it helps? BTW, it looks like you simply searching for cache entries by ids. Why not use IgniteCache.getAll() for this? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Getting-exception-in-SQL-Query-JOINS-tp6674p6680.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
