Update RLE encoding to pad literal groups to 8.

Change-Id: I77cb2b80b888b569ff715c583f16aea4e39fe680
Reviewed-on: http://gerrit.ent.cloudera.com:8080/644
Reviewed-by: Nong Li <nong@cloudera.com>
Tested-by: jenkins
This commit is contained in:
Nong Li
2013-10-08 12:18:14 -07:00
committed by Henry Robinson
parent 8a43426879
commit c031cd4e96
3 changed files with 36 additions and 24 deletions

View File

@@ -208,7 +208,7 @@ set fileformat textfile
---- QUERY
select count(*) from alltypes_test
---- RESULTS
129
124
---- TYPES
BIGINT
====
@@ -259,7 +259,7 @@ select * from testtbl limit 5
====
---- QUERY
# Make sure we can read the data.
select * from testtbl_like
select * from testtbl_like
---- RESULTS
1,'Hi'
1,'Hi'