You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: dfbench respects DATAFUSION_RUNTIME_MEMORY_LIMIT env var
When no `--memory-limit` CLI flag is provided, `runtime_env_builder()`
now falls back to the `DATAFUSION_RUNTIME_MEMORY_LIMIT` environment
variable. This makes the memory pool configuration consistent with how
other `DATAFUSION_*` env vars are handled via `SessionConfig::from_env()`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments