Files
impala/testdata/workloads/functional-query/queries/QueryTest/hidden-files.test
Alex Behm 12097a0707 IMPALA-3491: Use unique_database fixture in test_hidden_files.py.
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
2016-05-12 14:17:59 -07:00

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
====