[Feature] Support Mosaic file format

未关闭
#236 0 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
35/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
活跃
技术栈
cpp
领域
databases

调研方向

首先跟踪 Paimon 的 C++ 文件格式 SPI,并将其当前的 schema、reader、writer 和 statistics 处理方式与 Apache Paimon Java 2.0 的 Mosaic 行为进行比较。当 Mosaic 完成注册、支持 projection 和 column-bucket 元数据,并且 C++ round-trip 测试和 Java 生成的兼容性测试通过后,工作即告完成。

由索引模型根据 Issue 内容生成。

描述

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

Apache Paimon Java 2.0 supports Mosaic, a hybrid format designed for wide tables using column bucketing and parallel I/O. Paimon C++ cannot currently access tables using this format.

Solution

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

  • Register the mosaic file-format factory.
  • Implement compatible schema, reader, writer, and statistics handling.
  • Support column projection and Mosaic column-bucket metadata.
  • Add C++ round-trip tests and Java-produced file compatibility tests.
Anything else?

We will also support formats such as Lance and Vortex in the future.

Are you willing to submit a PR?
  • I'm willing to submit a PR!
主要语言
C++
星标
65
派生
29
平均合并
2 天 30 分钟
30 天内合并 PR
77

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

apache/paimon-cpp 的其他 Issue

查看 apache/paimon-cpp 的全部 Issue

相似的 Issue

更多 C++ Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。