You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/02/03 18:09:26 UTC

orc git commit: ORC-139. Fix ORC file specification for decimal scale encoding.

Repository: orc
Updated Branches:
  refs/heads/master d2a4d92c1 -> 82adb43c5


ORC-139. Fix ORC file specification for decimal scale encoding.

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/master
Commit: 82adb43c54e4873f8dab439a8372a0ec93edb397
Parents: d2a4d92
Author: Owen O'Malley <om...@apache.org>
Authored: Fri Feb 3 10:07:07 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Fri Feb 3 10:07:07 2017 -0800

----------------------------------------------------------------------
 site/_docs/encodings.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/82adb43c/site/_docs/encodings.md
----------------------------------------------------------------------
diff --git a/site/_docs/encodings.md b/site/_docs/encodings.md
index 09c7ca3..285ca71 100644
--- a/site/_docs/encodings.md
+++ b/site/_docs/encodings.md
@@ -109,7 +109,7 @@ the precision to a maximum of 38 digits, which conveniently uses 127
 bits plus a sign bit. The current encoding of decimal columns stores
 the integer representation of the value as an unbounded length zigzag
 encoded base 128 varint. The scale is stored in the SECONDARY stream
-as an unsigned integer.
+as an signed integer.
 
 Encoding      | Stream Kind     | Optional | Contents
 :------------ | :-------------- | :------- | :-------