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 86b33fc commit ed28034Copy full SHA for ed28034
google/cloud/bigtable/internal/partial_result_set_source.cc
@@ -196,7 +196,7 @@ Status PartialResultSetSource::ProcessDataFromStream(
196
197
bool ColumnAndValueTypesMatch(
198
google::bigtable::v2::ColumnMetadata const& column,
199
- google::bigtable::v2::Value value) {
+ google::bigtable::v2::Value const& value) {
200
return value.type().SerializeAsString() == column.type().SerializeAsString();
201
}
202
0 commit comments