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 9a44c9c commit 7c36a04Copy full SHA for 7c36a04
google/cloud/bigtable/internal/data_connection_impl.cc
@@ -116,6 +116,7 @@ class DefaultPartialResultSetReader
116
117
// Ignore metadata from the stream because PartialResultSetSource already
118
// has it set (in ExecuteQuery).
119
+ // TODO(#15701): Investigate expected behavior for processing metadata.
120
if (response.has_metadata()) {
121
continue;
122
}
0 commit comments