duckdb / duckdb_delta

DuckDB extension for Delta Lake
MIT License
88 stars 8 forks source link

Fix "too many open files" #23

Closed samansmink closed 1 month ago

samansmink commented 1 month ago

Kernel pointers were not properly freed.

Fixed by wrapping everything kernel in the UniqueKernelPointers. Refactored the utils a little in the process