Skip to content

GH-50528: [Ruby] Add ArrowFormat::ArrayBuilder#50529

Merged
kou merged 1 commit into
apache:mainfrom
kou:ruby-array-builder
Jul 18, 2026
Merged

GH-50528: [Ruby] Add ArrowFormat::ArrayBuilder#50529
kou merged 1 commit into
apache:mainfrom
kou:ruby-array-builder

Conversation

@kou

@kou kou commented Jul 17, 2026

Copy link
Copy Markdown
Member

Rationale for this change

ArrowFormat::Array.build(values) is convenient to build an Arrow array from Ruby objects without specifying an Arrow type explicitly.

This is just for convenient. Users who want to specify Arrow type explicitly should use ArrowFormat::XXXArray.new(values) explicitly instead.

What changes are included in this PR?

  • Add ArrowFromat::ArrayBuilder
  • Add ArrowFormat::Array.build(values)

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

Copilot AI review requested due to automatic review settings July 17, 2026 00:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

Copy link
Copy Markdown

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

@kou
kou force-pushed the ruby-array-builder branch from 5ea7d66 to f5cfb51 Compare July 17, 2026 01:10
Copilot AI review requested due to automatic review settings July 17, 2026 01:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Copilot AI review requested due to automatic review settings July 17, 2026 01:29
@kou
kou force-pushed the ruby-array-builder branch from f5cfb51 to d285944 Compare July 17, 2026 01:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@kou

kou commented Jul 18, 2026

Copy link
Copy Markdown
Member Author

+1

@kou
kou merged commit 68c8cec into apache:main Jul 18, 2026
33 checks passed
@kou kou removed the awaiting committer review Awaiting committer review label Jul 18, 2026
@kou
kou deleted the ruby-array-builder branch July 18, 2026 04:59
@conbench-apache-arrow

Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 68c8cec.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 9 possible false positives for unstable benchmarks that are known to sometimes produce them.

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.

2 participants