byzer-lang
byzer-lang copied to clipboard
OOM error happened, when loading a oversize table with 'load' command.
EXAMPLE:
load jdbc.jdbc_connect.job_info
as jobinfo1;
-- size of job_info is about 600M
-- can not get effective result
ROOT CAUSE:
The engine only catches exceptions, but not errors.
#1503