Closed
Description
Environment
Delta-rs version: v0.13.1
Binding: rust
Bug
What happened:
When running cargo test -p deltalake --no-default-features --features integration_test,s3-native-tls,datafusion
an excessive amount of disk space is consumed When running with RUSTFLAGS="-C debuginfo=1" CARGO_INCREMENTAL=0
as CI does, the local target/
directory generates about 3.3GB of junk for me, with each binary linked for the tests/
coming in between 400-500MB.
What you expected to happen:
cargo
not to shred my disks that much.
How to reproduce it:
Run zee tests
More details:
😬
Activity