You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/11/02 09:22:27 UTC

incubator-kylin git commit: compile issue

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-1112 65a337a4e -> ec9b57d24


compile issue

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

Branch: refs/heads/KYLIN-1112
Commit: ec9b57d247898723e898b627986692ac89216d37
Parents: 65a337a
Author: shaofengshi <sh...@apache.org>
Authored: Mon Nov 2 16:22:20 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Nov 2 16:22:20 2015 +0800

----------------------------------------------------------------------
 .../apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ec9b57d2/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java
----------------------------------------------------------------------
diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java
index 7920a8a..24defef 100644
--- a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java
+++ b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v1/HBaseClientKVIterator.java
@@ -69,7 +69,7 @@ public class HBaseClientKVIterator implements Iterable<IIRow>, Closeable {
         ImmutableBytesWritable value = new ImmutableBytesWritable();
         ImmutableBytesWritable dict = new ImmutableBytesWritable();
         IIRow pair = new IIRow(key, value, dict);
-        static final byte[] EMPTY_BYTES = new byte[0];
+        final byte[] EMPTY_BYTES = new byte[0];
 
         @Override
         public boolean hasNext() {