Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

datalake_agent: the gRPC contract (proto files)

Aperta
#2,010 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
45/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
cpp, grpc, java

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.
Lingua principale
C
Stelle
1.4k
Fork
248
Merge medio
4g 10h
PR unite (30g)
40

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di apache/cloudberry

Tutte le issue di apache/cloudberry

Issue simili

Altre issue su C

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.