lidavidm commented on code in PR #1119: URL: https://github.com/apache/arrow-java/pull/1119#discussion_r3489204233
########## vector/src/main/java/org/apache/arrow/vector/compression/AbstractCompressionCodec.java: ########## Review Comment: While I think this change is fine, nothing should be modifying the buffer during this method. I don't believe any vectors/etc. are safe to use concurrently, so the comment is misleading about the guarantees we can provide. -- 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]
