You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/03/21 17:12:25 UTC

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

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)