NVIDIA / spark-rapids

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

Replace ThreadPoolExecutor creation with ThreadUtils API [databricks] #10812

Closed razajafri closed 4 weeks ago

razajafri commented 1 month ago

This PR replaces the manual thread pool creation with the TrampolieUtil API which uses the org.apache.spark.util.ThreadUtils under the hood.

fixes #10759

razajafri commented 1 month ago

@jlowe I have addressed your concern. PTAL

jlowe commented 1 month ago

build