-
Notifications
You must be signed in to change notification settings - Fork 923
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix JNI leak on copy to device (#10229)
We were not closing intermediate column view handles when copying nested data from the device to the host. I think we could completely replace `NestedColumnVector` with `ColumnView` in the future, but it would require some optimizations in `ColumnView` to make it happen cleanly, so I didn't do any of that here. I also renamed one of the methods that had a leak so it would be more clear what it was doing, and I marked it as private so it would be less likely to leak out and be used by other code. Authors: - Robert (Bobby) Evans (https://github.com/revans2) Approvers: - Jason Lowe (https://github.com/jlowe) URL: #10229
- Loading branch information
Showing
1 changed file
with
40 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters