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

DeltaLake executed Rust: write method not found in DeltaOps #2244

Closed
franz101 opened this issue Mar 4, 2024 · 1 comment
Closed

DeltaLake executed Rust: write method not found in DeltaOps #2244

franz101 opened this issue Mar 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@franz101
Copy link
Contributor

franz101 commented Mar 4, 2024

Environment

Delta-rs version:
0.17.0 core + aws in AWS environment.

Bug

What happened:

84 |       let _createTable = DeltaOps::try_from_uri(&table_uri)
   |  ________________________-
85 | |             .await.unwrap()
86 | |             .write(batches);
   | |             -^^^^^ method not found in `DeltaOps`
   | |_____________|

What you expected to happen:
Just as in the test would write the files to the table.

Sorry for this question since the URL to the slack is offline. Is this my fault do I need to create a context, a scope to the context or something else?

@franz101 franz101 added the bug Something isn't working label Mar 4, 2024
@franz101
Copy link
Contributor Author

franz101 commented Mar 5, 2024

Ok first time using rust (Learned of the feature flag now 😃)

@franz101 franz101 closed this as completed Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant