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

datalake_fdw: storage I/O over object storage (S3)

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

@MisterRaindrop がすでに取り組んでいます。

2026年9月16日 から。

評価

この issue はまだ評価されていません。

説明

datalake

Part of #2008. Letters (A, B0–B7, C, D, E) are the PRs listed there; this is A.

Scope
  • An S3 backend (AWS SDK for C++) in backend_registry, configured from the volume server and user-mapping options the validator already accepts (endpoint, region, path style, credentials, session token).
  • Arrow RandomAccessFile / OutputStream adapters over common/file_system_wrapper.h; parquet_read.cpp and parquet_write.cpp are the only format files that change.
  • The writer's rule carried over: an object is created once, never overwritten, and a failed writer removes exactly that object.
  • A storage_s3 smoke category against MinIO, and the CI job that starts MinIO (the CATEGORY_SERVICES hook in run_smoke_tests.sh).
Out of scope

HDFS (libhdfs3 is unmaintained; the wrapper leaves room for a second backend). Iceberg path layout (C).

Depends on

Nothing. Starts first.

Acceptance
  • The #1951 type set round-trips through s3:// against MinIO in CI.
  • A write aborted after the first row group leaves no object; an existing key is refused.
  • Credentials never appear in logs, errors or EXPLAIN.
  • nm -D exports only the PostgreSQL entry points; Arrow 9 and 17 build.
主要言語
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 を短くまとめたダイジェスト。