File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
google/cloud/bigtable/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ namespace bigtable_internal {
2727
2828GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
2929namespace {
30-
3130// Some Bigtable proto fields use Cord internally and string externally.
3231template <typename T, typename std::enable_if<
3332 std::is_same<T, std::string>::value>::type* = nullptr >
@@ -177,7 +176,8 @@ Status PartialResultSetSource::ProcessDataFromStream(
177176 state_ = State::kFinished ;
178177 read_buffer_.clear ();
179178 buffered_rows_.clear ();
180- return internal::InternalError (" Unexpected checksum mismatch" );
179+ return internal::InternalError (" Unexpected checksum mismatch" ,
180+ GCP_ERROR_INFO ());
181181 }
182182 if (proto_rows_.ParseFromString (read_buffer_)) {
183183 auto status = BufferProtoRows ();
You can’t perform that action at this time.
0 commit comments