mirror of
https://github.com/apache/impala.git
synced 2026-01-24 06:00:49 -05:00
Separate the Hbase and Kudu tables used in test_resource_limits to their own files so they are skippable in environments where those services are not used. Change-Id: I02d9fd0b48817f755e1eee2ae4613e2089fa1973 Reviewed-on: http://gerrit.cloudera.org:8080/11221 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
====
|
|
---- QUERY
|
|
# Bytes limit not enforced for Kudu yet.
|
|
set SCAN_BYTES_LIMIT="1k";
|
|
select min(l_orderkey) from tpch_kudu.lineitem
|
|
---- TYPES
|
|
BIGINT
|
|
---- RESULTS
|
|
1
|
|
====
|