Hi,

This is currently not supported with binary format, which is default. There
is a ticket to fix this: https://issues.apache.org/jira/browse/IGNITE-2208

As a workaround you can switch to OptimizedMarshaller. Add this to your
configuration:

    <property name="marshaller">
        <bean
class="org.apache.ignite.marshaller.optimized.OptimizedMarshaller"/>
    </property>

Let me know if it helps.

-Val





--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-user-data-type-for-sql-queries-tp3867p3871.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to