NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
822 stars 235 forks source link

Fix leak with RapidsHostColumnBuilder in GpuUserDefinedFunction #11700

Closed abellina closed 1 day ago

abellina commented 2 weeks ago

This is a small leak in GpuUserDefinedFunction now that RapidsHostColumnBuilder needs to be closed, since build increases the ref count, for retry purposes.

abellina commented 2 weeks ago

build