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

datalake_fdw: Builtin catalog

Aperta
#2,014 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
25/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
c
Ambito
databases

Direzione di ricerca

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.

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