googleapis / googleapis/google-cloud-cpp
Find a better way to dedup bigtable map proto key value pairs
Offen
type: cleanup
- Vorherrschende Sprache
- C++
- Sterne
- 659
- Forks
- 462
- Ø Merge
- 1 T. 2 Std.
- Gemergte PRs (30 T.)
- 89
Beschreibung
Currently using the serialized string of the key proto. Since we're comparing fields of a message and not between different messages and we know they will always be serialized with the same version of protobuf, it lessens the likelihood of incorrect results. It would be better to find an officially "blessed" method of doing this.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.