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

   > @pitrou Heads-up: I pushed one more small commit 
([9b1863d](https://github.com/apache/arrow/commit/9b1863dc750507d40de412f447bc8275651cdba7))
 after your approval — the Copilot review on the stacked #50430 noticed that 
the `value_offset`/`value_length` declarations in libarrow.pxd take `int` while 
the C++ signatures take `int64_t`, so the new `_getitem_py` list/map paths 
would silently truncate row indices beyond INT_MAX. The fix just aligns the 
declarations with the C++ headers (no functional change below 2^31).
   
   Thank you! I don't think it will change anything for CI, so I'll merge 
accordingly.


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