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_fdw: Builtin catalog

Đang mở
#2,014 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
25/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ệ
c
Lĩnh vực
databases

Hướng nghiên cứu

Start by reading the B2 and B3 dependencies, #2008, and #1683 §4, then inspect src/meta/engine_builtin/ and the engine interface documentation. Use MinIO and the agent to run the DDL and full conformance suite, including rollback and concurrent-writer cases. Done means Spark opens the table by path, rollback preserves HEAD, and only one concurrent writer commits.

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 B4.

Scope

The type-unset case of #1683 §4: a lake table with no catalog service, only object storage. The first catalog to work end to end, so C and D develop and test against MinIO and the agent alone.

  • src/meta/engine_builtin/: each table's current metadata_location in an extension-owned table on the coordinator; commit is a conditional update under a row lock inside the transaction — atomic with the statement, and across tables.
  • Metadata work delegated to B3 by location; the agent holds no state for these tables.
  • Other engines open the table by path (HadoopCatalog / FileIO).
  • The two commit regimes (builtin: atomic with the transaction; external catalogs: an in-doubt window) written into the engine interface docs.
Out of scope

Sharing a builtin table between two clusters.

Depends on

B2, B3.

Acceptance
  • DDL and the full conformance suite green with only MinIO and the agent running; rollback leaves the HEAD unchanged.
  • Spark opens the table by path and sees Cloudberry's metadata.
  • Two concurrent writers: one commits, the other errors; no lost update.
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.