Skip to content

GH-48287: [Ruby] Add minimum pure Ruby Apache Arrow reader implementation#48288

Merged
kou merged 1 commit intoapache:mainfrom
kou:red-arrow-format
Dec 1, 2025
Merged

GH-48287: [Ruby] Add minimum pure Ruby Apache Arrow reader implementation#48288
kou merged 1 commit intoapache:mainfrom
kou:red-arrow-format

Conversation

@kou
Copy link
Copy Markdown
Member

@kou kou commented Nov 29, 2025

Rationale for this change

We want to implement step by step. Let's add only minimum implementation and base configuration as the first step. This doesn't have full reader implementation.

What changes are included in this PR?

This includes the followings:

  • Prepare package
    • We use red-arrow-format as package ID
    • We use Red Arrow Format as package name
  • Auto generated FlatBuffers code
    • It's generated by red-flatbuffers
  • Add minimum file format reader
    • It can read only UInt8 array
  • CI configuration

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

@github-actions
Copy link
Copy Markdown

⚠️ GitHub issue #48287 has been automatically assigned in GitHub to PR creator.

…ementation

This includes the followings:

* Prepare package
  * We use red-arrow-format as package ID
  * We use Red Arrow Format as package name
* Auto generated FlatBuffers code
  * It's generated by red-flatbuffers
* Add minimum file format reader
  * It can read only UInt8 array
* CI configuration
@kou kou force-pushed the red-arrow-format branch from d0cf0c4 to 3370f15 Compare November 29, 2025 07:25
@kou
Copy link
Copy Markdown
Member Author

kou commented Dec 1, 2025

+1

@kou kou merged commit d63eef9 into apache:main Dec 1, 2025
39 checks passed
@kou kou deleted the red-arrow-format branch December 1, 2025 01:41
@kou kou removed the awaiting committer review Awaiting committer review label Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant