Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

mbasmanova
Copy link
Contributor

No description provided.

@facebook-github-bot
Copy link
Contributor

@mbasmanova has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 23, 2021
@facebook-github-bot
Copy link
Contributor

@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();
Copy link
Contributor

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?)

@facebook-github-bot
Copy link
Contributor

@mbasmanova has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@mbasmanova has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@mbasmanova mbasmanova closed this Nov 4, 2021
rui-mo pushed a commit to rui-mo/velox that referenced this pull request May 26, 2023
PHILO-HE pushed a commit to PHILO-HE/velox that referenced this pull request May 30, 2023
zhouyuan pushed a commit to zhouyuan/velox that referenced this pull request Jun 6, 2023
PHILO-HE pushed a commit to PHILO-HE/velox that referenced this pull request Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants