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

test: loading version 0 Delta table #1885

Merged

Conversation

dimonchik-suvorov
Copy link
Contributor

Description

According to the issue test should fail to load table without snapshot (version 0) but test is written to test that it is possible to read and load Delta Table with version 0 into the Rust (functions open_table and open_table_with_version work)

Related Issue(s)

@github-actions github-actions bot added binding/rust Issues for the Rust crate crate/core labels Nov 19, 2023
@dimonchik-suvorov dimonchik-suvorov force-pushed the dsuvorov/1831-not-a-table-test branch 2 times, most recently from 1e80a1a to 4064550 Compare November 20, 2023 09:38
rtyler
rtyler previously approved these changes Nov 30, 2023
According to the issue test should fail to load table without snapshot (version 0) but test is written to test that it is possible to read and load Delta Table with version 0 into the Rust (functions `open_table` and `open_table_with_version` work)
@rtyler rtyler force-pushed the dsuvorov/1831-not-a-table-test branch from 940dc81 to d38b58b Compare November 30, 2023 06:00
@rtyler rtyler merged commit c0b652e into delta-io:main Nov 30, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate crate/core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encountering NotATable("No snapshot or version 0 found, perhaps xxx is an empty dir?")
2 participants