[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 <[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/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 <[email protected]> Authored: Mon Jun 18 16:04:03 2018 +0900 Committer: DO YUNG YOON <[email protected]> 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.
