Skip to content

Commit

Permalink
apacheGH-36337: [Ruby] Relax required Apache Arrow C++ version (apach…
Browse files Browse the repository at this point in the history
…e#36338)

### 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: apache#36337

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Jun 28, 2023
1 parent c0dd99f commit c35a35d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ruby/red-arrow/ext/arrow/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
unless required_pkg_config_package([
"arrow",
Arrow::Version::MAJOR,
Arrow::Version::MINOR,
Arrow::Version::MICRO,
],
conda: "libarrow",
debian: "libarrow-dev",
Expand Down

0 comments on commit c35a35d

Please sign in to comment.