temp

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

Branch: refs/heads/KYLIN-242-new
Commit: bb192414fd034e88374174c7cb6bdd0c44190378
Parents: 15d489c
Author: honma <ho...@ebay.com>
Authored: Tue Dec 1 19:09:34 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Dec 1 19:09:34 2015 +0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/kylin/cube/model/RowKeyColDesc.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/bb192414/core-cube/src/main/java/org/apache/kylin/cube/model/RowKeyColDesc.java
----------------------------------------------------------------------
diff --git 
a/core-cube/src/main/java/org/apache/kylin/cube/model/RowKeyColDesc.java 
b/core-cube/src/main/java/org/apache/kylin/cube/model/RowKeyColDesc.java
index 7b12cd7..59037b7 100644
--- a/core-cube/src/main/java/org/apache/kylin/cube/model/RowKeyColDesc.java
+++ b/core-cube/src/main/java/org/apache/kylin/cube/model/RowKeyColDesc.java
@@ -101,7 +101,7 @@ public class RowKeyColDesc {
         if (this.colEncoding.type == ColEncodingType.FIXED_LEN) {
             return (Integer) this.colEncoding.param;
         } else {
-            throw new IllegalStateException("Not knowing the col's length");
+            throw new IllegalStateException("Not knowing the col's length, 
col: " + this.column + " encoding: " + this.encoding + " encoding type: " + 
this.colEncoding.type);
         }
     }
 

Reply via email to