kou commented on PR #858:
URL: https://github.com/apache/arrow-adbc/pull/858#issuecomment-1610245631

   The following change on apache/arrow will solve this but we can't use it 
here. So we may want to pin red-arrow to 11.0.0 here as a workaround.
   
   ```diff
   diff --git a/ruby/red-arrow/ext/arrow/extconf.rb 
b/ruby/red-arrow/ext/arrow/extconf.rb
   index 7f05d4b3d..8043bb689 100644
   --- a/ruby/red-arrow/ext/arrow/extconf.rb
   +++ b/ruby/red-arrow/ext/arrow/extconf.rb
   @@ -41,8 +41,6 @@ end
    unless required_pkg_config_package([
                                         "arrow",
                                         Arrow::Version::MAJOR,
   -                                     Arrow::Version::MINOR,
   -                                     Arrow::Version::MICRO,
                                       ],
                                       conda: "libarrow",
                                       debian: "libarrow-dev",
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to