blob: afd9894abe0c8a5a67b6b747dc668cb38047ac6e [file] [log] [blame]
====
---- QUERY
# Bytes limit enforced for Kudu.
# Add a sleep to slow down query and avoid race with bytes check.
set SCAN_BYTES_LIMIT="1k";
select sleep(10000) union select min(l_orderkey) from tpch_kudu.lineitem
---- CATCH
row_regex:.*terminated due to scan bytes limit of 1.00 K.*
====