mirror of
https://github.com/apache/impala.git
synced 2026-01-04 09:00:56 -05:00
Testing: Tested the changes locally by running them in a loop 10 times. Also did a private core/hdfs run. Change-Id: I37e1528c02e598f3fb2d673b6559d55a34bf79b4 Reviewed-on: http://gerrit.cloudera.org:8080/3002 Reviewed-by: Michael Brown <mikeb@cloudera.com> Tested-by: Internal Jenkins
20 lines
553 B
Plaintext
20 lines
553 B
Plaintext
====
|
|
---- QUERY
|
|
show partitions test_hidden_files
|
|
---- LABELS
|
|
YEAR, MONTH, #ROWS, #FILES, SIZE, BYTES CACHED, CACHE REPLICATION, FORMAT, INCREMENTAL STATS, LOCATION
|
|
---- RESULTS
|
|
'2010','1',-1,1,'20.36KB','NOT CACHED','NOT CACHED','TEXT','false',regex:.*
|
|
'2010','2',-1,0,'0B','NOT CACHED','NOT CACHED','TEXT','false',regex:.*
|
|
'Total','',-1,1,'20.36KB','0B','','','',''
|
|
---- TYPES
|
|
STRING, STRING, BIGINT, BIGINT, STRING, STRING, STRING, STRING, STRING, STRING
|
|
====
|
|
---- QUERY
|
|
select count(*) from test_hidden_files
|
|
---- RESULTS
|
|
310
|
|
---- TYPES
|
|
BIGINT
|
|
====
|