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

@ -497,7 +497,7 @@ bool EsScanNode::get_disjuncts(ExprContext* context, Expr* conjunct,
}
}
HybirdSetBase::IteratorBase* iter = pred->hybird_set()->begin();
HybridSetBase::IteratorBase* iter = pred->hybrid_set()->begin();
while (iter->has_next()) {
if (nullptr == iter->get_value()) {
return false;