[FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index

Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
This commit is contained in:
Tyshawn
2024-04-22 05:46:18 +00:00
committed by ob-robot
parent 3dd0008dc9
commit f1a6170c93
338 changed files with 28067 additions and 3880 deletions

View File

@ -377,6 +377,9 @@ int ObDefaultValueUtils::build_default_expr_strict(const ColumnItem *column, ObR
if (OB_FAIL(resolver_->build_heap_table_hidden_pk_expr(expr, column->get_expr()))) {
LOG_WARN("failed to build next_val expr", K(ret), KPC(column->get_expr()));
}
} else if (OB_ISNULL(column->get_expr())) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("unexpected error, column expr is nullptr", K(ret), KPC(column));
} else if (column->is_auto_increment()) {
if (OB_FAIL(resolver_->build_autoinc_nextval_expr(expr,
column->base_tid_,