Re: How to configure user data type for sql queries?

2016-04-14 Thread vkulichenko
likely they are just bugs that should be fixed (like the one described above). JDK marshaller is just a wrapper around native Java serialization, it's used very rarely. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-user-data-type-for-sql

Re: How to configure user data type for sql queries?

2016-04-14 Thread Kamal C
this message in context: > http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-user-data-type-for-sql-queries-tp3867p3912.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: How to configure user data type for sql queries?

2016-04-04 Thread edwardkblk
Yes, it works with OptimizedMarshaller. Thank you. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-user-data-type-for-sql-queries-tp3867p3912.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: How to configure user data type for sql queries?

2016-04-01 Thread vkulichenko
-- 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.

How to configure user data type for sql queries?

2016-04-01 Thread edwardkblk
inityKeyMyKey>, MyObj>> l = cache.query(q).getAll(); //<- no results / -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-user-data-type-for-sql-queries-tp3867.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.