Hi,

Rules of field naming defined in BinaryIdMapper interface. By default used
BinaryBasicIdMapper implementation that is by default converts all field
names to lower case. So Ignite doesn't support the same field names in
different cases as it will treat them as same field. 
But you can configure BinaryBasicIdMapper to be case-sensitive. Just set it
to BinaryConfiguration:
config.setBinaryConfiguration(new BinaryConfiguration().setIdMapper(new
BinaryBasicIdMapper(false))).

Thanks!
-Dmitry



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to