Skip to content

Commit

Permalink
apacheGH-36337: [Ruby] Relax required Apache Arrow C++ version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kou committed Jun 28, 2023
1 parent 0344a2c commit f4bf67a
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 f4bf67a

Please sign in to comment.