blob: dea606637681019091ef2d98fc2e7f217d283874 [file] [log] [blame]
=====
---- QUERY
set mem_limit=100k;
select *
from alltypes
where substr(string_col, 1) = "";
---- CATCH
Codegen failed to reserve
=====