You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cleanup: be careful with the type of bigtable::Cell::value() (#4317)
Do not assume that `google::cloud::bigtable::CellValueType` can be
directly converted to a `std::string`. Here we just use `auto` to
avoid mentioning a specific type altogether.
0 commit comments