File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,15 @@ module which can be added to your `MODULE.bazel` file as a dependency.
4747### Bigtable
4848
4949<details >
50- <summary >Bigtable: Removed <code >bigtable::RowReader</code > constructors
50+ <summary >Removed <code >bigtable::RowReader</code > constructors
5151</summary >
5252<br >
5353
54- The ` bigtable::RowReader ` constructors that accept ` DataClient ` as
55- an argument have been removed.
54+ The ` bigtable::RowReader ` constructors that accept ` DataClient ` as an argument
55+ have been removed.
5656
57- Developers that read rows by directly constructing a ` RowReader ` object should instead construct a ` Table ` object and call ` Table::ReadRows(...) ` .
57+ Developers that read rows by directly constructing a ` RowReader ` object should
58+ instead construct a ` Table ` object and call ` Table::ReadRows(...) ` .
5859
5960</details >
6061
You can’t perform that action at this time.
0 commit comments