[S2GRAPH-213]: Abstract Query/Mutation from Storage.
JIRA:
[S2GRAPH-213] https://issues.apache.org/jira/browse/S2GRAPH-213
Pull Request:
Closes #165
Author
DO YUNG YOON <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/33f4d055
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/33f4d055
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/33f4d055
Branch: refs/heads/master
Commit: 33f4d055092dd5df5fcdff5181b5b1b19fa32484
Parents: 16feda8
Author: DO YUNG YOON <[email protected]>
Authored: Fri May 11 12:05:18 2018 +0900
Committer: DO YUNG YOON <[email protected]>
Committed: Fri May 11 12:05:18 2018 +0900
----------------------------------------------------------------------
CHANGES | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/33f4d055/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 78dbac5..a2454a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -76,6 +76,7 @@ Release Notes - S2Graph - Version 0.2.0
* [S2GRAPH-193] - Add README for S2Jobs sub-project
* [S2GRAPH-209] - GlobalIndex supports field data types such as Numeric to
enable Range Query
* [S2GRAPH-210] - Rename package `mysqls` to `schema`
+ * [S2GRAPH-213] - Abstract Query/Mutation from Storage.
** New Feature
* [S2GRAPH-123] - Support different index on out/in direction.