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 2016/10/01 07:32:16 UTC

[2/2] incubator-s2graph git commit: [S2GRAPH-116] Use the official Asynchbase release and stop managing our custom fork

[S2GRAPH-116] Use the official Asynchbase release and stop managing our custom fork

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

Pull Request:
    Closes #85

Authors
    Jong Wook Kim: jongwook@nyu.edu


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/38873aa0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/38873aa0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/38873aa0

Branch: refs/heads/master
Commit: 38873aa0816d904c40d991939cef7b64c14ea4a3
Parents: 555e59f
Author: DO YUNG YOON <st...@apache.org>
Authored: Sat Oct 1 16:25:23 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Sat Oct 1 16:30:49 2016 +0900

----------------------------------------------------------------------
 CHANGES | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/38873aa0/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 0a92f05..106bc9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -79,6 +79,10 @@ Release 0.1.0 - unreleased
 
     S2GRAPH-82: Merge DeferCache and FutureCache (Committed by Daewon Jeong).
 
+    S2GRAPH-116: using ASM and ByteBuddy to add a proxy to Asynchbase's Scanner.
+		(Contributed by Jong Wook Kim<jo...@nyu.edu>, committed by DOYUNG YOON)
+
+
   BUG FIXES
 
     S2GRAPH-18: Query Option "interval" is Broken.