Dmitry, What query do you execute? Note that if you try 'select * from ...', it will fail, because Ignite adds predefined _KEY and _VAL fields to each table. They reference key and value objects which will be deserialized here as well. Can you try selecting only individual primitive fields? Will this work?
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/index-and-query-org-apache-ignite-spark-IgniteRDD-String-org-apache-spark-sql-Row-tp3343p3466.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
