mirror of
https://github.com/apache/impala.git
synced 2026-01-05 12:01:11 -05:00
When a scan range begins at the starting point fo the tuple, we'll missed that tuple. This patch fixes
this problem. review: 162
This commit is contained in:
committed by
Henry Robinson
parent
ff9a38b472
commit
cbadb4eac4
16
testdata/workloads/functional-query/queries/QueryTest/hdfs-tiny-scan.test
vendored
Normal file
16
testdata/workloads/functional-query/queries/QueryTest/hdfs-tiny-scan.test
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
select * from tinytable
|
||||
---- TYPES
|
||||
string, string
|
||||
---- RESULTS
|
||||
'aaaaaaa','bbbbbbb'
|
||||
'ccccc','dddd'
|
||||
'eeeeeeee','f'
|
||||
====
|
||||
select a from tinytable
|
||||
---- TYPES
|
||||
string
|
||||
---- RESULTS
|
||||
'aaaaaaa'
|
||||
'ccccc'
|
||||
'eeeeeeee'
|
||||
====
|
||||
Reference in New Issue
Block a user