[S2GRAPH-235] Fix typo errors in S2GraphQL MD JIRA: [S2GRAPH-235] https://issues.apache.org/jira/browse/S2GRAPH-235
Pull Request: Closes #183 Author Hwansung Yu <[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/d8cfea1e Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/d8cfea1e Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/d8cfea1e Branch: refs/heads/master Commit: d8cfea1e3f1c30a4444be6e56155f7cf3ba89d0c Parents: bfc063f a2666e4 Author: DO YUNG YOON <[email protected]> Authored: Tue Oct 30 18:53:09 2018 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Tue Oct 30 18:53:09 2018 +0900 ---------------------------------------------------------------------- .travis.yml | 2 +- CHANGES | 1 + s2graphql/README.md | 114 +++++++++++++++++++++++++++++++---------------- 3 files changed, 78 insertions(+), 39 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/d8cfea1e/.travis.yml ---------------------------------------------------------------------- diff --cc .travis.yml index 448bc64,448bc64..a50567e --- a/.travis.yml +++ b/.travis.yml @@@ -16,7 -16,7 +16,7 @@@ language: scala env: -- - HBASE_VERSION=1.2.6.1 ++ - HBASE_VERSION=1.4.8 cache: directories: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/d8cfea1e/CHANGES ---------------------------------------------------------------------- diff --cc CHANGES index 018deb4,734f498..58e5033 --- a/CHANGES +++ b/CHANGES @@@ -85,7 -85,6 +85,8 @@@ Release Notes - S2Graph - Version 0.2. * [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. ++ * [S2GRAPH-235] - Fix typo errors in S2GraphQL MD. ** New Feature * [S2GRAPH-123] - Support different index on out/in direction.
