pitrou commented on PR #14806:
URL: https://github.com/apache/arrow/pull/14806#issuecomment-1339081918

   We can change it slightly and expose it as:
   ```c++
   struct StripeInformation {
     int64_t offset;
     int64_t length;
     int64_t num_rows;
     int64_t first_row_id;
   };
   ```
   (note the use of signed integers to match our API conventions better)
   


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