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