blob: df6a9e0268357f9d2e1d6ea2a53f272820306169 [file] [log] [blame]
====
---- 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
====