Hi,
It seems Ignite doesn't sort fields for binary objects by default. Use
IGNITE_BINARY_SORT_OBJECT_FIELDS system property:
-DIGNITE_BINARY_SORT_OBJECT_FIELDS=true
or
System.setProperty("IGNITE_BINARY_SORT_OBJECT_FIELDS", "true");Thanks! -Dmitry -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Fields-order-in-binary-object-tp14723p14867.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
