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

2020-06-22 Thread Pavel Tupitsyn (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Tupitsyn updated IGNITE-13031:

Release Note: .NET: Allow SqlFieldsQuery as ContinuousQuery.InitialQuery

> .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
>Priority: Critical
>  Labels: .NET
> Fix For: 2.9
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)


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

2020-05-19 Thread Pavel Tupitsyn (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Tupitsyn updated IGNITE-13031:

Priority: Critical  (was: Major)

> .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
>Priority: Critical
>  Labels: .NET
> 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)