[
https://issues.apache.org/jira/browse/IGNITE-7318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16303944#comment-16303944
]
Denis Magda commented on IGNITE-7318:
-------------------------------------
Done for Java examples:
* All the examples are located under {{sql}} package:
https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples/sql
* Original {{CacheQueryExample}} [1] now hosts only scan and full-text queries
while all the SQL routines were moved into the new {{SqlQueriesExample}} [2].
[~ptupitsyn], [~isapego], would you mind doing the same for NET and C++?
[1]
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheQueryExample.java
[2]
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/sql/SqlQueriesExample.java
> Move all SQL examples out of "data grid" package
> ------------------------------------------------
>
> Key: IGNITE-7318
> URL: https://issues.apache.org/jira/browse/IGNITE-7318
> Project: Ignite
> Issue Type: Task
> Reporter: Denis Magda
> Assignee: Denis Magda
> Priority: Blocker
> Fix For: 2.4
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)