Hello
I'm new to Ignite and I would like to join Apache Ignite development. My JIRA's login is Maxim.Pudov -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Affinity key field name and value field name conflict
I've been working on https://issues.apache.org/jira/browse/IGNITE-7793 and found out that we don't have validation for such case: PersonKey { int id; String name; } Person { String name; } CacheKeyConfiguration keyCfg =new CacheKeyConfiguration(PersonKey.getName(), "name"); QueryEnt