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/15 23:29:47 UTC

[2/2] incubator-s2graph git commit: [S2GRAPH-220]: Filter clause is not working on AnnoyModelFetcher

[S2GRAPH-220]: Filter clause is not working on AnnoyModelFetcher

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

Pull Request:
  Closes #171

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/4f1c4ceb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/4f1c4ceb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/4f1c4ceb

Branch: refs/heads/master
Commit: 4f1c4ceb64c4621f9476304539a5596dbd429c4d
Parents: 70a7c71 3355701
Author: DO YUNG YOON <st...@apache.org>
Authored: Sat Jun 16 08:26:57 2018 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Sat Jun 16 08:28:00 2018 +0900

----------------------------------------------------------------------
 CHANGES                                         |  1 +
 .../apache/s2graph/core/TraversalHelper.scala   | 42 +++++++++++++-
 .../core/fetcher/annoy/AnnoyModelFetcher.scala  | 59 ++------------------
 .../core/fetcher/fasttext/FastTextFetcher.scala |  8 ++-
 .../fetcher/tensorflow/InceptionFetcher.scala   |  8 ++-
 .../apache/s2graph/core/storage/StorageIO.scala | 48 +++++-----------
 6 files changed, 70 insertions(+), 96 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/4f1c4ceb/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 58caf4e,b9bf81b..7cc4f1d
--- a/CHANGES
+++ b/CHANGES
@@@ -56,6 -55,6 +56,7 @@@ Release Notes - S2Graph - Version 0.2.
      * [S2GRAPH-192] - could not find service column when creating the label
      * [S2GRAPH-195] - could not create indices using S2GraphQL
      * [S2GRAPH-196] - Apply Query Parameter to Label Fetch in S2GraphQL
++    * [S2GRAPH-220] - Filter clause is not working on AnnoyModelFetcher
  
  ** Improvement
      * [S2GRAPH-72] - Support Apache TinkerPop and Gremlin