>Hey @BryanCutler - yeah, that should ok to clearly mark two function with two >semantics. Then probably, one need to change calls to write to writeFully in >relevant places like >https://github.com/apache/arrow/blob/master/java/vector/src/main/java/org/apache/arrow/vector/ipc/ArrowFileWriter.java#L51 Does this make sense?
Yeah, internal calls that expect to write the entire buffer should be changed to call `writeFully` then. I'm not too sure about the method `public void write(ArrowBuf buffer)`. I think it is expecting to fully write the `ArrowBuf`, do you agree @icexelloss @jacques-n ? [ Full content available at: https://github.com/apache/arrow/pull/2594 ] This message was relayed via gitbox.apache.org for [email protected]
