[jira] [Created] (IGNITE-2870) .NET: Attribute-based SQL configuration handles nested indexed field incorrectly

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-2870) .NET: Attribute-based SQL configuration handles nested indexed field incorrectly

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-2870:
--------------------------------------

             Summary: .NET: Attribute-based SQL configuration handles nested indexed field incorrectly
                 Key: IGNITE-2870
                 URL: https://issues.apache.org/jira/browse/IGNITE-2870
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 1.6
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
            Priority: Blocker
             Fix For: 1.6


For nested fields (Employee.Address.Zip, for example)
* QueryEntity.fields expects dot notation: address.zip
* QueryEntity.indexes expects only field name: zip

[QuerySqlField(IsIndexed=true)] results in dot notation in both cases, which causes hand on cache creation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)