mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
IMPALA-231 fix hbase perf issue by deleteing local java ref
This commit is contained in:
committed by
Henry Robinson
parent
0cf6c6efca
commit
7aadac236d
@@ -40,10 +40,11 @@ int, boolean
|
||||
====
|
||||
---- QUERY
|
||||
# test insert into ... select *
|
||||
# using limit 1 to reduce execution time
|
||||
insert into table hbaseinsertalltypesagg
|
||||
select * from hbaseinsertalltypesagg
|
||||
select * from hbaseinsertalltypesagg limit 1
|
||||
---- RESULTS
|
||||
: 10001
|
||||
: 1
|
||||
---- SETUP
|
||||
RELOAD hbaseinsertalltypesagg
|
||||
====
|
||||
Reference in New Issue
Block a user