googleapis / googleapis/google-cloud-cpp
Find a better way to dedup bigtable map proto key value pairs
オープン
type: cleanup
- 主要言語
- C++
- スター
- 659
- フォーク
- 462
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 89
説明
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.
コントリビューションガイド
調査の方向性
まず、Bigtable map proto のキーと値の重複排除コードと、シリアライズされた key-proto 文字列の現在の使用箇所を特定します。同じメッセージ型内のフィールドに対して、公式にサポートされている protobuf の比較または等価性のメソッドを調査します。重複排除のアプローチについて合意され、シリアライズされた文字列に依存しなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp, google-cloud
- 領域
- databases
- issue の種類
- リファクタリング
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100