Pavel Tupitsyn created IGNITE-14293: ---------------------------------------
Summary: .NET: AffinityKey does not work Key: IGNITE-14293 URL: https://issues.apache.org/jira/browse/IGNITE-14293 Project: Ignite Issue Type: Bug Components: platforms Affects Versions: 2.10 Reporter: Pavel Tupitsyn Assignee: Pavel Tupitsyn Fix For: 2.10 {{AffinityKey}} does not work as expected - {{Affinity}} property is not used for affinity calculation. This is caused by IGNITE-13160: {{AffinityKey}} system type is overwritten by {{UnmanagedCallbacks.BinaryTypeGet}} call. As a result, this type becomes a regular, user type, and does not map to a corresponding type on the Java side. * Add test that combines QueryEntity with AffinityKey * Check that other system types (IgniteUuid, etc) don't have this problem, add tests * Make sure we never overwrite system types during registration * Improve examples tests: Thick Sql example provides inconsistent output due to this bug -- This message was sent by Atlassian Jira (v8.3.4#803005)