We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0acd1c commit 260e180Copy full SHA for 260e180
google/cloud/bigtable/internal/data_connection_impl.cc
@@ -152,7 +152,8 @@ class DefaultPartialResultSetReader
152
// Throw an error when there is a schema difference between
153
// ExecuteQueryResponse and PrepareQueryResponse.
154
if (response.has_metadata()) {
155
- std::string initial_metadata_str, response_metadata_str;
+ std::string initial_metadata_str;
156
+ std::string response_metadata_str;
157
if (response.metadata().ByteSizeLong() == 0 ||
158
(initial_metadata_.SerializeToString(&initial_metadata_str) &&
159
response.metadata().SerializeToString(&response_metadata_str) &&
0 commit comments