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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

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