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

Try updating to object_store 0.8 #4

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Conversation

Copy link
Member

@Drvi Drvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job! I'm gonna let Justin review this because I don't understand the change:)

@@ -291,7 +291,7 @@ pub extern "C" fn start() -> CResult {
let mut tries = 10;
loop {
match client.put(&p, slice.into()).await {
Ok(()) => {
Ok(_) => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nickrobinson251 nickrobinson251 marked this pull request as ready for review December 13, 2023 18:26
@nickrobinson251
Copy link
Member Author

ideally we'd have more testing including benchmarks for changes like this in future

opened a ticket about that: https://relationalai.atlassian.net/browse/RAI-19698

but for now i think it makes sense to be using the latest version of object_store so will risk the upgrade

@nickrobinson251 nickrobinson251 merged commit ec78281 into main Dec 13, 2023
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants