-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Free resources in LocalExchangeSourceOperator::close #278
Conversation
@mbasmanova has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
5d23016
to
18817ad
Compare
18817ad
to
6d17dbc
Compare
@mbasmanova has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@@ -120,6 +128,11 @@ class LocalExchangeSourceOperator : public SourceOperator { | |||
|
|||
RowVectorPtr getOutput() override; | |||
|
|||
void close() override { | |||
Operator::close(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if it matters in here, but conceptually, shouldn't we close the specialized resources before we move on to close the parent's resources (what if there's a dependency?)
6d17dbc
to
f39cb6e
Compare
@mbasmanova has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
f39cb6e
to
e3616bc
Compare
@mbasmanova has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
No description provided.