ln25: SELECT CAST(2 AS DECIMAL) & CAST(3 AS DOUBLE) FROM rt1 where rt1.c0 = 1; ---- expected to succeed but didn't M0M29!Exception occurred in the remote server, please check the log there expected result but received empty! query result: ln29: SELECT scale_down(146.0, 1) FROM rt1 where rt1.c0 = 1; ---- expected to succeed but didn't M0M29!Exception occurred in the remote server, please check the log there expected result but received empty! query result: ln33: SELECT greatest("lower"('D4Idf '), 'x x') FROM rt1 where rt1.c0 = 1; ---- expected to succeed but didn't M0M29!Exception occurred in the remote server, please check the log there expected result but received empty! query result: ln37: SELECT 1 FROM rt1 where rt1.c0 = 1 AND abs(0.4) = 0; ---- expected empty result! query result: 1 ln43: SELECT 1 FROM rt1 HAVING (min(TIME '02:00:00') IN (TIME '02:00:00')) IS NULL; ---- expected to succeed but didn't Illegal argument: cannot fetch a single row from an empty input ln47: SELECT 1 FROM rt1 HAVING mybooludf(min(false)); ---- expected to succeed but didn't Illegal argument: cannot fetch a single row from an empty input