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

[Feature] Support Vortex file format

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

@zhouyc-ali がすでに取り組んでいます。

2026年9月21日 から。

評価

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

調査の方向性

まず paimon-vortex の Java リファレンスモジュールと、issue #238 の Mosaic Rust FFI パターンを読みます。C++ のファイル形式 SPI 要件を、要求されている schema、reader、writer、projection、predicate、row-selection の動作に対応付けます。C++ のラウンドトリップテストと Java で生成されたファイルの互換性テストで、サポート対象および非サポートの論理型がカバーされれば完了です。

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

説明

enhancement
Search before asking
  • I searched in the issues and found nothing similar.
Motivation

Apache Paimon Java supports Vortex through the paimon-vortex module, a Rust-based columnar file format with extensible compression encodings and lazily loaded summary statistics. Paimon C++ cannot currently access tables using this format.

Solution

Add Vortex support to the Paimon C++ file-format SPI:

  • Register the vortex file-format factory.
  • Implement compatible schema, reader, and writer handling.
  • Support column projection, predicate pushdown, and precise row selection.
  • Validate the same supported and unsupported logical types as Java.
  • Add C++ round-trip tests and Java-produced file compatibility tests.
Anything else?

Vortex is implemented in Rust, so the integration can follow the Mosaic Rust FFI patterns (#238).
Java reference module: https://github.com/apache/paimon/tree/master/paimon-vortex

Are you willing to submit a PR?
  • I'm willing to submit a PR!
主要言語
C++
スター
65
フォーク
29
平均マージ
2日 4時間
マージ済み PR(30日)
78

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

apache/paimon-cpp のほかの issue

apache/paimon-cpp の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。