rdblue opened a new pull request, #16748: URL: https://github.com/apache/iceberg/pull/16748
This refactors some methods in `VariantUtil` into `ByteBuffers` so they can be reused for the new bitmap implementation in #16747. This also removes `VariantUtil.writeBufferAbsolute` that is no longer needed because `ByteBuffer` now has a method to write another buffer to an absolute position. All uses of this method have been replaced with `ByteBuffer.put(int, ByteBuffer, int, int)`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
