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

datalake_fdw: Builtin catalog

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

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

評価

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

調査の方向性

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.

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

説明

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.
主要言語
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 を短くまとめたダイジェスト。