viirya commented on PR #50327: URL: https://github.com/apache/arrow/pull/50327#issuecomment-5047956815
@pitrou One more declaration-alignment commit (95f29b9b5b), prompted by further Copilot findings on the stacked #50430: my earlier fix only covered `value_offset`/`value_length`, but the same stale-`int` issue applied to `IsNull`/`Value`/`GetValue`/`GetString`/`FormatValue` — `IsNull` in particular is called with `int64_t` indices by every `_getitem_py`. All element accessors now match the C++ headers; I swept the whole file this time, so this should be the last of the family. Sorry for the churn. -- 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]
