[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -1437,7 +1437,7 @@ int ObDelUpdLogPlan::prune_virtual_column(IndexDMLInfo &index_dml_info)
const ObColumnRefRawExpr *col_expr = index_dml_info.column_exprs_.at(i);
if (lib::is_oracle_mode() && col_expr->is_virtual_generated_column() && !optimizer_context_.has_trigger()) {
//why need to exclude trigger here?
//see the issue: https://work.aone.alibaba-inc.com/issue/41910344
//see the issue:
//key column means it is the rowkey column or part key column or index column
//outside these scenarios with Oracle mode,
//DML operator will not touch the virtual column