Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

datalake_agent: the gRPC contract (proto files)

オープン
#2,010 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
cpp, grpc, java

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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.
主要言語
C
スター
1.4k
フォーク
248
平均マージ
4日 10時間
マージ済み PR(30日)
40

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

apache/cloudberry のほかの issue

apache/cloudberry の issue をすべて見る

似ている issue

C の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。