HedgehogCode opened a new pull request #8483:
URL: https://github.com/apache/arrow/pull/8483


   The package `org.apache.arrow.util` was present in the artifacts 
arrow-vector and arrow-vector-memory-core. Split packages are a problem for 
OSGI and the Java 9+ modules (JPMS).
   
   This PR moves the classes `AutoClosables` and `Collections2` to 
arrow-memory-core because they are generally useful and have no coupling with 
arrow-vector.
   The class `DataSizeRoundingUtil` is tighter coupled with arrow-vector and is 
therefore moved to the package `org.apache.arrow.vector.util`.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to