[S2GRAPH-232] Elimination of inefficiency due to duplication in GraphQL schema generation.
JIRA: [S2GRAPH-232] https://issues.apache.org/jira/browse/S2GRAPH-232 Pull Request: Closes #181 Author daewon <[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/bfc063f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/bfc063f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/bfc063f5 Branch: refs/heads/master Commit: bfc063f50475561fc5e84d9ee5dcf2b3455b0f5a Parents: 05d42f7 Author: DO YUNG YOON <[email protected]> Authored: Mon Aug 27 14:13:44 2018 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Mon Aug 27 14:13:44 2018 +0900 ---------------------------------------------------------------------- CHANGES | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/bfc063f5/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 734f498..018deb4 100644 --- a/CHANGES +++ b/CHANGES @@ -85,6 +85,7 @@ Release Notes - S2Graph - Version 0.2.0 * [S2GRAPH-221] - Unify configurations for bulk and mutate in S2GraphSink. * [S2GRAPH-230] - ResourceManager onEvict cause segmentation fault with AnnoyModelFetcher * [S2GRAPH-231] - Change the GraphQL type name to a valid string. + * [S2GRAPH-232] - Elimination of inefficiency due to duplication in GraphQL schema generation. ** New Feature * [S2GRAPH-123] - Support different index on out/in direction.
