googleapis / googleapis/google-cloud-cpp

Find a better way to dedup bigtable map proto key value pairs

Abierto
#15,766 0 comentarios 0 reacciones 0 asignados Ver en GitHub
type: cleanup
Lenguaje dominante
C++
Estrellas
659
Forks
462
Merge medio
1 d 2 h
PR fusionados (30 d)
89

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start by locating the Bigtable map proto key-value deduplication code and the current use of serialized key-proto strings. Investigate an officially supported protobuf comparison or equality method for fields within the same message type. Done means the deduplication approach is agreed upon and no longer relies on serialized strings.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
cpp, google-cloud
Área
databases
Tipo de issue
Refactorización
Dificultad
5/5
Tiempo estimado
Más de una semana
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
25/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.