DeltaTableBuilder flags ignored #2808
Labels
binding/python
Issues for the Python package
binding/rust
Issues for the Rust crate
bug
Something isn't working
Environment
Delta-rs version: 0.19.0
Binding: rust
Bug
What happened:
Delta-rs rust library stopped using the
without_files
andwithout_tombstones
flags, which causes high memory usage for applications which do not need to keep track of the files.What you expected to happen:
Files not to be tracked as per flags.
How to reproduce it:
The text was updated successfully, but these errors were encountered: