fix flt tag local variable err

This commit is contained in:
obdev
2023-07-14 02:12:33 +00:00
committed by ob-robot
parent 6ccb87449f
commit ffd0270234
50 changed files with 111 additions and 98 deletions

View File

@ -1259,7 +1259,7 @@ int ObAccessPathEstimation::gen_agent_vt_table_convert_info(const uint64_t vt_ta
const ObColumnSchemaV2 *col_schema = real_index_schema->get_column_schema_by_idx(j);
if (OB_ISNULL(col_schema)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("column schema is null", K(ret), K(column_id));
LOG_WARN("column schema is null", K(ret), K(j));
} else if (0 == col_schema->get_column_name_str().case_compare(vt_col_schema->get_column_name_str())) {
find_it = true;
ObObjMeta obj_meta;