mapleFU commented on issue #43949: URL: https://github.com/apache/arrow/issues/43949#issuecomment-2408472585
The problem is `Peek` and `Read` both calls `SetBufferSize`, however: 1. `Read` implicit says that, when `SetBufferSize` or read, the previous buffer is not being required 2. `Peek` still requires the buffer-size here. 🤔 I'd like to try to fix, thanks so much for reporting! -- 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]
