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

[Ruby] Relax required Apache Arrow C++ version #36337

Closed
kou opened this issue Jun 28, 2023 · 0 comments · Fixed by #36338
Closed

[Ruby] Relax required Apache Arrow C++ version #36337

kou opened this issue Jun 28, 2023 · 0 comments · Fixed by #36338

Comments

@kou
Copy link
Member

kou commented Jun 28, 2023

Describe the enhancement requested

Apache Arrow follows Semantic Versioning. So we can use all Apache Arrow C++ 12.*.* for Red Arrow 12.0.1. Apache Arrow C GLib 12.*.* will also work but Red Arrow 12.0.1 may depend on changes for Apache Arrow C GLib 12.0.1. So we should keep depending on the same version of Apache Arrow C GLib.

Component(s)

Ruby

@kou kou changed the title [Ruby] Relax required Apache Arrow C++ version [Ruby] Relax required Apache Arrow C++/C GLib version Jun 28, 2023
@kou kou changed the title [Ruby] Relax required Apache Arrow C++/C GLib version [Ruby] Relax required Apache Arrow C++ version Jun 28, 2023
kou added a commit to kou/arrow that referenced this issue Jun 28, 2023
Apache Arrow follows Semantic Versioning. So we can use all Apache
Arrow C++ `12.*.*` for Red Arrow 12.0.1. Apache Arrow C GLib `12.*.*`
will also work but Red Arrow 12.0.1 may depend on changes for Apache
Arrow C GLib 12.0.1. So we should keep depending on the same version
of Apache Arrow C GLib.
kou added a commit that referenced this issue Jun 28, 2023
### Rationale for this change

Apache Arrow follows Semantic Versioning. So we can use all Apache Arrow C++ `12.*.*` for Red Arrow 12.0.1. Apache Arrow C GLib `12.*.*` will also work but Red Arrow 12.0.1 may depend on changes for Apache Arrow C GLib 12.0.1. So we should keep depending on the same version of Apache Arrow C GLib.

### What changes are included in this PR?

Relax required Apache Arrow C++ version.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: #36337

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 13.0.0 milestone Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant