Commit f5d3152
authored
chore: Rerouted legacy client row filters to data client row filters. (#1255)
**Changes made:**
- Used import aliasing to remove most of the legacy client row filter
code and use the data client row filter code in its place.
- Some of the data client row filter classes had to be slightly modified
for backwards compatibility with the legacy client row filter classes'
interface.
- As part of this move, `to_pb` has been replaced with `_to_pb`, and I
have adjusted references to `<RowFilter>.to_pb` in the libraries and
unit tests.
This is for eventually shimming up `CheckAndMutateRows`, and other row
mutation operations as well.1 parent 914006d commit f5d3152
File tree
7 files changed
+187
-821
lines changed- google/cloud/bigtable
- tests/unit/v2_client
7 files changed
+187
-821
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
0 commit comments