Repository: kylin
Updated Branches:
  refs/heads/2.x-staging 504cc9827 -> da96c8f23


KYLIN-1186 Enhance javadoc in DataTypeSerializer


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

Branch: refs/heads/2.x-staging
Commit: da96c8f23bf107ec28410e45b49a2001ce4e60e2
Parents: 504cc98
Author: Li, Yang <yang...@ebay.com>
Authored: Fri Jan 22 16:47:35 2016 +0800
Committer: Li, Yang <yang...@ebay.com>
Committed: Fri Jan 22 16:47:35 2016 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/metadata/datatype/DataTypeSerializer.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/da96c8f2/core-metadata/src/main/java/org/apache/kylin/metadata/datatype/DataTypeSerializer.java
----------------------------------------------------------------------
diff --git 
a/core-metadata/src/main/java/org/apache/kylin/metadata/datatype/DataTypeSerializer.java
 
b/core-metadata/src/main/java/org/apache/kylin/metadata/datatype/DataTypeSerializer.java
index d70562b..1b18a34 100644
--- 
a/core-metadata/src/main/java/org/apache/kylin/metadata/datatype/DataTypeSerializer.java
+++ 
b/core-metadata/src/main/java/org/apache/kylin/metadata/datatype/DataTypeSerializer.java
@@ -76,7 +76,7 @@ abstract public class DataTypeSerializer<T> implements 
BytesSerializer<T> {
     /** Return the max number of bytes to the longest possible serialization */
     abstract public int maxLength();
 
-    /** Get an estimate of size in bytes of the serialized data */
+    /** Get an estimate of the average size in bytes of this kind of 
serialized data */
     abstract public int getStorageBytesEstimate();
     
     /** An optional convenient method that converts a string to this data type 
(for dimensions) */

Reply via email to