mirror of
https://github.com/apache/impala.git
synced 2026-01-04 18:00:57 -05:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user