zhuqi-lucas opened a new pull request, #7714: URL: https://github.com/apache/arrow-rs/pull/7714
# Which issue does this PR close? Currently, no pub api to support write the internal buffer for SerializedFileWriter, it's very helpful when we want to add low level API for example: https://github.com/apache/datafusion/pull/16395 Because that we want to update the buf bytes written, if we use the buf internal file to write, we can't update the internal buf written bytes. # Rationale for this change Add API to support write with buf byteswritten updating. # What changes are included in this PR? Add API to support write with buf byteswritten updating. # Are there any user-facing changes? No If there are user-facing changes then we may require documentation to be updated before approving the PR. If there are any breaking changes to public APIs, please call them out. -- 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]
