google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

spanner: expose commit stats

Open danielnorberg opened this issue 10 months ago • 1 comments

https://github.com/yoshidan/google-cloud-rust/issues/272

danielnorberg avatar Jan 31 '25 20:01 danielnorberg

@danielnorberg Please fix the CI error.

  Compiling google-cloud-spanner v0.32.0 (/home/runner/work/google-cloud-rust/google-cloud-rust/spanner)
error[E0277]: the trait bound `std::option::Option<CommitResult>: From<CommitResponse>` is not satisfied
   --> spanner/src/client.rs:388:35
    |
388 |                     Ok(s) => Ok(s.into()),
    |                                   ^^^^ the trait `From<CommitResponse>` is not implemented for `std::option::Option<CommitResult>`

yoshidan avatar Feb 04 '25 23:02 yoshidan

@yoshidan Sorry for taking so long to get around to this. I believe I have now fixed all CI errors.

danielnorberg avatar May 08 '25 15:05 danielnorberg

Thanks!

yoshidan avatar May 12 '25 02:05 yoshidan