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
What happened:
The default value in crates/core/src/operations/optimize.rs::OptimizeBuilder::max_spill_size should be 20 GB, but it's nearly the double, as it's set to 20 * 1024 * 1024 * 2014
What you expected to happen:
Should be: 20 * 1024 * 1024 * 1024
How to reproduce it:
More details:
I will create PR with fix
The text was updated successfully, but these errors were encountered:
Environment
Delta-rs version:
0.19.0
Binding:
Rust
Environment:
Bug
What happened:
The default value in crates/core/src/operations/optimize.rs::OptimizeBuilder::max_spill_size should be 20 GB, but it's nearly the double, as it's set to 20 * 1024 * 1024 * 2014
What you expected to happen:
Should be: 20 * 1024 * 1024 * 1024
How to reproduce it:
More details:
I will create PR with fix
The text was updated successfully, but these errors were encountered: