lidavidm opened a new pull request, #13465:
URL: https://github.com/apache/arrow/pull/13465

   Implements ArrowArrayStream for Java. The equivalent Java-side interface 
chosen is ArrowReader.
   
   Also:
   - Fixes a couple of JDK9 compatibility issues I ran into. I _think_ these 
will not normally affect people except during development (I think because I 
was mixing IntelliJ and Maven).
   - Manually clang-format the C++ code. Clean up some things to match Arrow 
convention and remove some unused declarations.
   - Extends the DictionaryProvider interface. This is a potentially breaking 
change; we could make the method default (and raise an exception) instead.


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