oap-project / gazelle_plugin

Native SQL Engine plugin for Spark SQL with vectorized SIMD optimizations.
Apache License 2.0
256 stars 77 forks source link

Remove tmp directory after application exits #1114

Closed jackylee-ch closed 2 years ago

jackylee-ch commented 2 years ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do. Remove tmp directory after application exits to avoid too many tmp dirs in local path.

Describe the solution you'd like Use FileUtils.forceDeleteOnExit to add a hook.

zhouyuan commented 2 years ago

fixed in #1115