googleapis / googleapis/google-cloud-cpp
remove bigtable_internal::InstanceChannelAffinityOption
Offen
type: cleanup
- Vorherrschende Sprache
- C++
- Sterne
- 659
- Forks
- 462
- Ø Merge
- 1 T. 2 Std.
- Gemergte PRs (30 T.)
- 89
Beschreibung
Instead of using an Option internally, add a class member to hold the vector of instances.
Beitragsleitfaden
Rechercherichtung
Search the Bigtable codebase for `bigtable_internal::InstanceChannelAffinityOption` and inspect how its instance vector is created and consumed. Trace the surrounding class and its tests before changing the storage approach. Done means the internal option is no longer used and the equivalent instance data remains available through a class member, with the relevant Bigtable tests passing.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- cpp
- Bereich
- databases
- Issue-Typ
- Refactoring
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Ruhig
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 55/100