Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-35589: [Ruby] Add support or JRuby #44346

Merged
merged 1 commit into from
Oct 10, 2024
Merged

GH-35589: [Ruby] Add support or JRuby #44346

merged 1 commit into from
Oct 10, 2024

Conversation

kou
Copy link
Member

@kou kou commented Oct 9, 2024

Rationale for this change

JRuby is a Ruby implementation. It's based on Java. We have the Java implementation. So we can use it for JRuby.

What changes are included in this PR?

This is not a complete support. This just can create int8 and int32 arrays by using the Java implementation not the C++ implementation. We can improve this step by step.

Note that we can build gem for JRuby but we'll not release it for now. We need to build our gems as artifacts by CI in release process and publish approved gems after release vote. If we use the current "gem build && gem push" for JRuby gems, we need JRuby on release. It's not desired because it increases release complexity.

Are these changes tested?

Yes but only a few tests are only passed for now.

Are there any user-facing changes?

Yes.

Copy link

github-actions bot commented Oct 9, 2024

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

This is not a complete support. This just can create int8 and int32
arrays by using the Java implementation not the C++ implementation. We
can improve this step by step.

Note that we can build gem for JRuby but we'll not release it for
now. We need to build our gems as artifacts by CI in release process
and publish approved gems after release vote. If we use the current
"gem build && gem push" for JRuby gems, we need JRuby on release. It's
not desired because it increases release complexity.
@kou
Copy link
Member Author

kou commented Oct 10, 2024

+1

@kou kou merged commit 34ce119 into apache:main Oct 10, 2024
8 of 9 checks passed
@kou kou removed the awaiting committer review Awaiting committer review label Oct 10, 2024
@kou kou deleted the ruby-jruby branch October 10, 2024 06:00
Copy link

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive 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.

1 participant