-
Notifications
You must be signed in to change notification settings - Fork 20
Add datafusion-rocksdb crate with basic layout and README #337
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: matthewmturner <22136083+matthewmturner@users.noreply.github.com>
|
@copilot Can you include a fix for CI. Looks like rust toolchain needs to be updated |
…to stable Co-authored-by: matthewmturner <22136083+matthewmturner@users.noreply.github.com>
Fixed in commit a7520aa - removed the override to stable toolchain so CI now uses the version specified in rust-toolchain.toml (1.85.0).
Fixed in commit a7520aa - removed the override to stable toolchain so CI now uses the version specified in rust-toolchain.toml (1.85.0). |
|
@copilot CI is still failing, fix it. this is one of the errors i saw - we can increase the rust toolchain version if needed Compiling just v1.43.0 Caused by: |
Co-authored-by: matthewmturner <22136083+matthewmturner@users.noreply.github.com>
Updated Rust toolchain to 1.86.0 in commit to fix cargo-machete installation. The crates cargo-util-schemas@0.8.2 and cargo_metadata@0.21.0 both require Rust 1.86. |
Plan for adding datafusion-rocksdb crate:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.