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

   @pitrou Heads-up: I pushed one more small commit (9b1863dc75) 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). Apologies 
for the extra CI round.


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