Hello! I've reproduced your issue.
As I see, Ignite has a bug at Ignite Schema Import utility. I've filed one: https://issues.apache.org/jira/browse/IGNITE-2958. As a workaround you need just fix **queryEntityActivity** method and use there full names of classes, like String.class.getName() and Long.class.getName(). Also, you should change primitive types with wrappers like "long" on Long.class.getName(). Thanks, Artem. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Unexpected-SQL-error-when-running-sql-with-conditions-tp3899p3970.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
