kou opened a new issue, #37259:
URL: https://github.com/apache/arrow/issues/37259

   ### Describe the enhancement requested
   
   The "csv" gem is a default gem for now but it'll be just a bundled gem in 
Ruby 3.4.
   If red-arrow doesn't have an explicit the "csv" gem dependency, `require 
"csv"` may be failed with Ruby 3.4 or later.
   
   Ruby master reports the following warning when we require red-arrow:
   
   ```console
   $ ruby -v -e 'require "red-arrow"'
   ruby 3.3.0dev (2023-08-17T21:17:31Z master 5d48825d55) [x86_64-linux]
   .../lib/arrow/csv-loader.rb:18: warning: csv which will be not part of the 
default gems since Ruby 3.4.0
   ```
   
   ### Component(s)
   
   Ruby


-- 
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