ln24: 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: ln28: 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: ln32: 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: ln36: SELECT 1 FROM rt1 where rt1.c0 = 1 AND abs(0.4) = 0; ---- expected empty result! query result: 1