Update src/query/v2/plan/operator.cpp

Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
This commit is contained in:
gvolfing 2023-02-02 07:44:47 +01:00 committed by GitHub
parent bf93b53e7d
commit 8e315875f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -762,6 +762,7 @@ class DistributedScanByPrimaryKeyCursor : public Cursor {
populated_any = true;
++output_frame_it;
}
own_frames_it_->MakeInvalid();
}
break;
}