[FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
@ -241,7 +241,7 @@ int ObExprFromUnixTime::eval_fromtime_normal(const ObExpr &expr,
|
||||
expr_datum, ObTimestampType,
|
||||
get_timezone_info(session),
|
||||
ob_time,
|
||||
get_cur_time(ctx.exec_ctx_.get_physical_plan_ctx()), false, 0))) {
|
||||
get_cur_time(ctx.exec_ctx_.get_physical_plan_ctx()), false, 0, false))) {
|
||||
LOG_WARN("failed to cast datum to obtime with date", K(ret));
|
||||
} else if (OB_FAIL(ObTimeConverter::ob_time_to_str_format(
|
||||
ob_time,
|
||||
|
||||
Reference in New Issue
Block a user