push 3.3.19 to github (#193)
* push 3.3.19 to github * merge to 20ed420122a8283200aa37b0a6179b6a571d2837
This commit is contained in:
@ -43,8 +43,8 @@ BlockingJoinNode::BlockingJoinNode(const std::string& node_name,
|
||||
_join_op(join_op) {
|
||||
}
|
||||
|
||||
Status BlockingJoinNode::init(const TPlanNode& tnode) {
|
||||
return ExecNode::init(tnode);
|
||||
Status BlockingJoinNode::init(const TPlanNode& tnode, RuntimeState* state) {
|
||||
return ExecNode::init(tnode, state);
|
||||
}
|
||||
|
||||
BlockingJoinNode::~BlockingJoinNode() {
|
||||
|
||||
Reference in New Issue
Block a user