[Refactor] Fixes some be typo part 2 (#4747)
This commit is contained in:
@ -112,7 +112,7 @@ Status MergeJoinNode::prepare(RuntimeState* state) {
|
||||
break;
|
||||
|
||||
default:
|
||||
return Status::InternalError("unspport compare type.");
|
||||
return Status::InternalError("unsupported compare type.");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user