You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2018/06/18 07:04:26 UTC

[5/5] incubator-s2graph git commit: [S2GRAPH-222]: Support Not logical operator in WhereParser.

[S2GRAPH-222]: Support Not logical operator in WhereParser.

JIRA:
  [S2GRAPH-222] https://issues.apache.org/jira/browse/S2GRAPH-222

Pull Request:
  Closes #174

Author
  DO YUNG YOON <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/2083d136
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/2083d136
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/2083d136

Branch: refs/heads/master
Commit: 2083d136e058cbfdd762c11c3292418a75b5d2a4
Parents: 7362415
Author: DO YUNG YOON <st...@apache.org>
Authored: Mon Jun 18 16:04:03 2018 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Mon Jun 18 16:04:03 2018 +0900

----------------------------------------------------------------------
 CHANGES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/2083d136/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index a68ecef..b6bc0cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -95,6 +95,7 @@ Release Notes - S2Graph - Version 0.2.0
     * [S2GRAPH-206] - Generalize machine learning model serving.
     * [S2GRAPH-215] - Implement a Storage Backend for JDBC driver, such as H2, MySql using the Mutator and Fetcher interfaces.
     * [S2GRAPH-219] - Added query that includes all vertices and associated edges for GraphVisualize.
+    * [S2GRAPH-222] - Support Not logical operator in WhereParser.
 
 ** Task
     * [S2GRAPH-162] - Update year in the NOTICE file.