-
Notifications
You must be signed in to change notification settings - Fork 421
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
Add an example of writing to a delta table with a RecordBatch #1085
Conversation
This looks awesome. I'm new to delta-rs and have been frustrated by lack of examples demonstrating how to write to tables from Rust. This is exactly what I wanted! 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this! It's good to see examples to understand the state of our APIs.
Co-authored-by: Will Jones <[email protected]>
Co-authored-by: Will Jones <[email protected]>
@wjones127 I've committed the suggestions, anything else? |
I'm afraid my suggestions weren't complete in themselves, so some modifications are needed to get it to compile. I can provide more suggestions if needed. |
rust/examples/recordbatch-writer.rs
Outdated
create_initialized_table(&table_path).await | ||
}, | ||
Err(err) => { | ||
err.unwra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo?
Thanks @rtyler ! |
No description provided.