Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

datalake_agent: the gRPC contract (proto files)

Abierto
#2,010 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
45/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Activo
Stack tecnológico
cpp, grpc, java

Línea de trabajo

Read contrib/datalake_agent/proto/{common,iceberg_catalog,catalog_mgmt}.proto and contrib/datalake_fdw/src/meta/fragment.proto, then inspect the IcebergMetaEngine vtable and issue #2008 for the required mapping. Run protoc with the C++ and Java gRPC generators in CI. Done means both generators pass and the README maps every vtable entry to an RPC and back.

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

Descripción

datalake

Part of #2008. Letters (A, B0–B7, C, D, E) are the PRs listed there; this is B0.

Scope
  • contrib/datalake_agent/proto/{common,iceberg_catalog,catalog_mgmt}.proto and the engine-neutral contrib/datalake_fdw/src/meta/fragment.proto; one canonical copy each, both builds point at them.
  • IcebergCatalogService: one RPC per IcebergMetaEngine vtable entry (table lifecycle, staging and commit, streamed fragments and file groups). CatalogManagementService: create/list catalog and namespace. grpc.health.v1.Health.
  • Errors as google.rpc.Status details with a BusinessErrorCode; handshake fields server_version / min_client_version.
  • A compatibility note: fields only appended, numbers never reused.
  • A CI step that runs protoc with the C++ and Java gRPC generators.
Out of scope

Any implementation; any change to the C vtable.

Depends on

Nothing.

Acceptance
  • Both generators run clean in CI.
  • The README maps every vtable entry to its RPC and back.
Lenguaje dominante
C
Estrellas
1.4k
Forks
248
Merge medio
4 d 10 h
PR fusionados (30 d)
40

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de apache/cloudberry

Todos los issues de apache/cloudberry

Issues similares

Más issues de C

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.