apache ignite cross cache join is not working, showing _Key column not found -


giving excepting like

javax.cache.cacheexception: class org.apache.ignite.igniteexception: failed parse query: select " @ org.apache.ignite.internal.processors.cache.ignitecacheproxy.query(ignitecacheproxy.java:760)

caused by: org.h2.jdbc.jdbcsqlexception: column "orders.orderitem._key" not found; sql statement: select "orders".orderitem._key, "orders".orderitem._val orderitem p, "distributors".distributor org p.distributorid = org.distributorid [42122-191]


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

android - Unable to generate FCM token from dynamically instantiated Firebase -