[bugfix](memtracker)fix exceed memory limit log (#11485)
This commit is contained in:
@ -52,7 +52,6 @@ Status CrossJoinNode::close(RuntimeState* state) {
|
||||
Status CrossJoinNode::construct_build_side(RuntimeState* state) {
|
||||
// Do a full scan of child(1) and store all build row batches.
|
||||
RETURN_IF_ERROR(child(1)->open(state));
|
||||
SCOPED_UPDATE_MEM_EXCEED_CALL_BACK("Cross join, while getting next from child 1");
|
||||
|
||||
while (true) {
|
||||
RowBatch* batch =
|
||||
|
||||
Reference in New Issue
Block a user