Fix issue that px hang when init sqc failed

This commit is contained in:
obdev
2024-09-25 17:46:58 +00:00
committed by ob-robot
parent e69d21839f
commit eee3b2ce8e
430 changed files with 45561 additions and 5853 deletions

View File

@ -1200,8 +1200,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprTopNFilter::eval_topn_filter, /* 692 */
ObExprIsEnabledRole::eval_is_enabled_role, /* 693 */
ObExprCanAccessTrigger::can_access_trigger, /* 694 */
NULL, //ObRelationalExprOperator::eval_min_max_compare, /* 695 */
NULL, //ObRelationalExprOperator::min_max_row_eval, /* 696 */
ObRelationalExprOperator::eval_min_max_compare, /* 695 */
ObRelationalExprOperator::min_max_row_eval, /* 696 */
ObExprRbBuildEmpty::eval_rb_build_empty, /* 697 */
ObExprRbIsEmpty::eval_rb_is_empty, /* 698 */
ObExprRbBuildVarbinary::eval_rb_build_varbinary, /* 699 */
@ -1400,7 +1400,7 @@ static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {
ObBatchCast::implicit_batch_cast<ObDecimalIntTC, ObNumberTC>, /* 128 */
ObExprDecodeTraceId::calc_decode_trace_id_expr_batch, /* 129 */
ObExprTopNFilter::eval_topn_filter_batch, /* 130 */
NULL,//ObRelationalExprOperator::eval_batch_min_max_compare, /* 131 */
ObRelationalExprOperator::eval_batch_min_max_compare, /* 131 */
ObExprBM25::eval_batch_bm25_relevance_expr, /* 132 */
NULL,// ObExprAdd::add_vec_vec_batch, /* 133 */
NULL,// ObExprMinus::minus_vec_vec_batch, /* 134 */
@ -1529,7 +1529,7 @@ static ObExpr::EvalVectorFunc g_expr_eval_vector_functions[] = {
ObExprInOrNotIn::eval_vector_in_without_row, /* 110 */
NULL,//ObExprDecodeTraceId::calc_decode_trace_id_expr_vector /* 111 */
ObExprTopNFilter::eval_topn_filter_vector, /* 112 */
NULL,//ObRelationalExprOperator::eval_vector_min_max_compare, /* 113 */
ObRelationalExprOperator::eval_vector_min_max_compare, /* 113 */
ObExprCeilFloor::calc_ceil_floor_vector, /* 114 */
ObExprRepeat::eval_repeat_vector, /* 115 */
ObExprRegexpReplace::eval_hs_regexp_replace_vector, /* 116 */