mapleFU commented on PR #43409:
URL: https://github.com/apache/arrow/pull/43409#issuecomment-2247800247

   @felipecrv @pitrou 
   
   This is just a naive impl, I'll test and refactor after interface is stable. 
Currently I think we may change 
   
   ```c++
   Status Advance(int64_t nbytes);
   ```
   
   To
   
   ```c++
   Result<int64_t> Advance(int64_t nbytes);
   ```


-- 
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]

Reply via email to