Skip to content

Commit 152f295

Browse files
committed
impl(bigtable): remove deprecated AsyncRowReader header
1 parent 929433b commit 152f295

File tree

4 files changed

+8
-47
lines changed

4 files changed

+8
-47
lines changed

doc/v3-migration-guide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ module which can be added to your `MODULE.bazel` file as a dependency.
4646

4747
### Bigtable
4848

49+
<details>
50+
<summary>Removed <code>bigtable::AsyncRowReader<>::NO_ROWS_LIMIT</code>
51+
</summary>
52+
53+
AsyncRowReader::NO_ROWS_LIMIT has been removed. Please use RowReader::NO_ROWS_LIMIT` instead.
54+
55+
</details>
56+
4957
### Pubsub
5058

5159
### Spanner

google/cloud/bigtable/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ add_library(
108108
admin_client.h
109109
app_profile_config.cc
110110
app_profile_config.h
111-
async_row_reader.h
112111
bound_query.cc
113112
bound_query.h
114113
bytes.cc

google/cloud/bigtable/async_row_reader.h

Lines changed: 0 additions & 45 deletions
This file was deleted.

google/cloud/bigtable/google_cloud_cpp_bigtable.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ google_cloud_cpp_bigtable_hdrs = [
4747
"admin/internal/bigtable_table_admin_tracing_stub.h",
4848
"admin_client.h",
4949
"app_profile_config.h",
50-
"async_row_reader.h",
5150
"bound_query.h",
5251
"bytes.h",
5352
"cell.h",

0 commit comments

Comments
 (0)