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

   ### Describe the enhancement requested
   
   JRuby users would benefit from support in red-arrow but currently the only 
Ruby bindings available use a native exception. Since JRuby does not support 
native extensions, we would want to add support by leveraging the Java bindings 
for Arrow.
   
   This could be done in pure Ruby using JRuby's Java integration layer, and as 
needed for performance we could move some of that code into Java later.
   
   I would be willing to help with this but I am unfamiliar with Arrow and the 
Ruby API that wraps it. JRuby's Java integration is very easy to use, however, 
and mimicking the C extension using JRuby + Ruby + Java integration should go 
pretty quickly.
   
   ### 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