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 2020/05/19 08:58:00 UTC

[jira] [Created] (IGNITE-13031) .NET: SqlFieldsQuery as ContinuousQuery.InitialQuery

Pavel Tupitsyn created IGNITE-13031:
---------------------------------------

             Summary: .NET: SqlFieldsQuery as ContinuousQuery.InitialQuery
                 Key: IGNITE-13031
                 URL: https://issues.apache.org/jira/browse/IGNITE-13031
             Project: Ignite
          Issue Type: New Feature
          Components: platforms
    Affects Versions: 2.8
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.9


SqlQuery has been deprecated in favor of SqlFieldsQuery, but ContinuousQuery in Ignite.NET does not allow SqlFieldsQuery as InitialQuery. 

Java API allows that, so we have to derive SqlFieldsQuery from QueryBase and make it work.
The problem will arise when SqlFieldsQuery does not return _key & _val - see how Java handles this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)