Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require to implement
AutoCloseable
for the classes derived from `Ho…
…stUDFWrapper` (#17727) This adds the requirement to implement `AutoCloseable` to the classes derived from `HostUDFWrapper`, forcing them to delete the native UDF instance upon class destruction. Doing so will fix the memory leak issue when the native UDF instance never being destroyed. Authors: - Nghia Truong (https://github.com/ttnghia) Approvers: - Robert (Bobby) Evans (https://github.com/revans2) URL: #17727
- Loading branch information