Fixes some be typo (#4714)

This commit is contained in:
Zhengguo Yang
2020-10-13 09:37:15 +08:00
committed by GitHub
parent d73d205de7
commit 75e0ba32a1
130 changed files with 367 additions and 366 deletions

View File

@ -66,7 +66,7 @@ AggregationNode::~AggregationNode() {
Status AggregationNode::init(const TPlanNode& tnode, RuntimeState* state) {
RETURN_IF_ERROR(ExecNode::init(tnode, state));
// ignore return status for now , so we need to introduct ExecNode::init()
// ignore return status for now , so we need to introduce ExecNode::init()
RETURN_IF_ERROR(Expr::create_expr_trees(
_pool, tnode.agg_node.grouping_exprs, &_probe_expr_ctxs));