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

fix: removed panic in method #2185

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

mightyshazam
Copy link
Contributor

Description

The DeltaTableBuilder class has a method from_uri that panics when receiving an invalid uri, and it has the method from_valid_uri that returns a result. Unfortunately, the method can also panic. I removed the panic.

Related Issue(s)

Documentation

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Feb 13, 2024
@rtyler rtyler merged commit dcb5fc3 into delta-io:main Feb 13, 2024
20 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants