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/04/02 03:32:57 UTC

[2/3] incubator-s2graph git commit: remove SKeyValue.SnapshotEdgeCF for backward compatibility.

remove SKeyValue.SnapshotEdgeCF for backward compatibility.


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

Branch: refs/heads/master
Commit: dde0268495ba5755eee1ea47309fd9c174b00e09
Parents: a52adab
Author: DO YUNG YOON <st...@apache.org>
Authored: Mon Apr 2 12:16:14 2018 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Mon Apr 2 12:16:14 2018 +0900

----------------------------------------------------------------------
 .../src/main/scala/org/apache/s2graph/core/storage/SKeyValue.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/dde02684/s2core/src/main/scala/org/apache/s2graph/core/storage/SKeyValue.scala
----------------------------------------------------------------------
diff --git a/s2core/src/main/scala/org/apache/s2graph/core/storage/SKeyValue.scala b/s2core/src/main/scala/org/apache/s2graph/core/storage/SKeyValue.scala
index 20ca5e6..2f80310 100644
--- a/s2core/src/main/scala/org/apache/s2graph/core/storage/SKeyValue.scala
+++ b/s2core/src/main/scala/org/apache/s2graph/core/storage/SKeyValue.scala
@@ -25,7 +25,7 @@ import org.hbase.async.KeyValue
 
 
 object SKeyValue {
-  val SnapshotEdgeCf = "s".getBytes(StandardCharsets.UTF_8)
+//  val SnapshotEdgeCf = "s".getBytes(StandardCharsets.UTF_8)
   val EdgeCf = "e".getBytes(StandardCharsets.UTF_8)
   val VertexCf = "v".getBytes(StandardCharsets.UTF_8)
   val Put = 1