Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

datalake_agent: the gRPC contract (proto files)

Đang mở
#2,010 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
45/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Sôi nổi
Công nghệ
cpp, grpc, java

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.
Ngôn ngữ chính
C
Star
1.4k
Fork
248
Merge trung bình
4 ngày 10 giờ
Pull request đã merge (30 ngày)
40

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của apache/cloudberry

Tất cả issue của apache/cloudberry

Issue tương tự

Thêm issue về C

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.