[FEAT MERGE] Support external table

Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
wjhh2008
2023-04-29 15:11:49 +00:00
committed by ob-robot
parent ecb74a122c
commit 09ed904b58
164 changed files with 8074 additions and 667 deletions

View File

@ -231,7 +231,8 @@ int ObAnalyzeStmtResolver::resolve_table_info(const ParseNode *table_node,
analyze_stmt.get_column_params()))) {
LOG_WARN("failed to init column stat param", K(ret));
} else {
analyze_stmt.set_table(database_name, database_id, table_name, table_schema->get_table_id());
analyze_stmt.set_table(database_name, database_id, table_name, table_schema->get_table_id(),
table_schema->get_table_type());
}
return ret;
}