Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeltaTableBuilder flags ignored #2808

Closed
dragosc28 opened this issue Aug 21, 2024 · 1 comment · Fixed by #2809
Closed

DeltaTableBuilder flags ignored #2808

dragosc28 opened this issue Aug 21, 2024 · 1 comment · Fixed by #2809
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate bug Something isn't working

Comments

@dragosc28
Copy link

Environment

Delta-rs version: 0.19.0

Binding: rust


Bug

What happened:
Delta-rs rust library stopped using the without_files and without_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:

    DeltaTableBuilder::from_uri("some_table_uri")
        .without_files()
        .without_tombstones()
        .load()
        .await
        .unwrap();
@dragosc28 dragosc28 added the bug Something isn't working label Aug 21, 2024
@ion-elgreco
Copy link
Collaborator

Related to #2796

@ion-elgreco ion-elgreco added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants