v0.4.0-rc.0
Pre-release
Pre-release
Fix parquet conversion CGO exception for low memory situations - When creating a temp dir for duckDB, ensure each connection has its own temp dir to avoid swap-file name clash - Better logging of memory limits - Remove code to set partition count based on available memory - rely solely on the failure catching algorithm which now works reliably - Fix bug in forceMemoryRelease - use same syntax as DuckDb struct mem limit (set max_memory vs PRAGMA) - Reduce min worker mem to 512 Mb