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 8e77e51 commit d753901Copy full SHA for d753901
google/cloud/bigtable/internal/data_connection_impl.cc
@@ -149,7 +149,8 @@ class DefaultPartialResultSetReader
149
return true;
150
}
151
152
- // A metadata message after the first one indicates a schema change.
+ // 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;
156
if (response.metadata().ByteSizeLong() == 0 ||
0 commit comments