[S2GRAPH-187]: Make toQuery use toVertex to parse vertex from query JSON on RequestParser
JIRA: [S2GRAPH-187] https://issues.apache.org/jira/browse/S2GRAPH-187 Pull Request: Closes #142 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/476bde31 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/476bde31 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/476bde31 Branch: refs/heads/master Commit: 476bde31944e59809282de694e6f0247fe2a287f Parents: d69039d Author: daewon <[email protected]> Authored: Fri Mar 30 15:35:49 2018 +0900 Committer: daewon <[email protected]> Committed: Fri Mar 30 15:35:49 2018 +0900 ---------------------------------------------------------------------- CHANGES | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/476bde31/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 0a65b60..07cd59a 100644 --- a/CHANGES +++ b/CHANGES @@ -44,6 +44,7 @@ Release Notes - S2Graph - Version 0.2.0 * [S2GRAPH-181] - MutateVertices yield different state with different storage type * [S2GRAPH-184] - spark driver exit abnormally in the loader of s2jobs * [S2GRAPH-186] - fix wrong escaping of double quotation marks + * [S2GRAPH-187] - Make toQuery use toVertex to parse vertex from query JSON on RequestParser * [S2GRAPH-188] - migrate log4j.properties to log4j2.xml * [S2GRAPH-189] - graphiql.html file not found * [S2GRAPH-190] - Remove unnecessary TC JsonBenchmarkSpec
