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)