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

[VL] Creation of Java Arrow complex type vector leaks memory #1084

Merged
merged 2 commits into from
Mar 8, 2023

Conversation

zhztheplayer
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/oap-project/gluten/issues

Then could you also rename commit message and pull request title in the following format?

[Gluten-${ISSUES_ID}] ${detailed message}

See also:

@zhztheplayer zhztheplayer marked this pull request as ready for review March 8, 2023 00:58
@zhztheplayer zhztheplayer requested review from rui-mo and JkSelf March 8, 2023 01:02
// TODO: close Arrow Allocated Memory
if (childColumns != null) {
for (int i = 0; i < childColumns.length; i++) {
childColumns[i].close();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we delete here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's included in super.close()

@zhztheplayer zhztheplayer merged commit a3a3487 into apache:main Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants