[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

@ -260,7 +260,7 @@ public:
int create_operator(ObExecContext &exec_ctx, ObOperator *&op) const;
int create_op_input(ObExecContext &exec_ctx) const;
// 将算子注册到 datahub,用于并行计算场景
// https://yuque.antfin-inc.com/ob/sql/cnr75l
//
virtual int register_to_datahub(ObExecContext &exec_ctx) const
{ UNUSED(exec_ctx); return common::OB_SUCCESS; }
// register init channel msg to sqc_ctx, used for px