Hi, If you have only one argument and it's an array, you should provide it like this:
qry.setArgs(new Object[] {new Integer[] {1, 2}});
That's because of varargs which are not very usable in this particular case.
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Getting-exception-in-SQL-Query-JOINS-tp6674p6810.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
