[FEAT MERGE] perf opt & syslog opt

Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: yishenglanlingzui <395329313@qq.com>
Co-authored-by: 496148326@qq.com <496148326@qq.com>
This commit is contained in:
dimstars
2024-06-18 02:18:15 +00:00
committed by ob-robot
parent 647ff3b73c
commit 4d5b5ec653
82 changed files with 606216 additions and 317069 deletions

View File

@ -752,8 +752,8 @@ int ObTscCgService::generate_access_ctdef(const ObLogTableScan &op,
OZ(access_column_ids.push_back(common::OB_HIDDEN_GROUP_IDX_COLUMN_ID));
} else if (T_PSEUDO_EXTERNAL_FILE_COL == expr->get_expr_type()) {
//TODO EXTERNAL-TABLE
} else if (T_PSEUDO_PARTITION_LIST_COL == expr->get_expr_type()) {
} else if (T_PSEUDO_EXTERNAL_FILE_URL == expr->get_expr_type()) {
} else if (T_PSEUDO_PARTITION_LIST_COL == expr->get_expr_type()) {
} else {
ObColumnRefRawExpr* col_expr = static_cast<ObColumnRefRawExpr *>(expr);
bool is_mapping_vt_table = op.get_real_ref_table_id() != op.get_ref_table_id();