alamb opened a new pull request, #9873:
URL: https://github.com/apache/arrow-rs/pull/9873

   ## Summary
   
   This PR is stacked on #9872.
   
   It updates `FixedSizeBinaryArray` constructor and local variable names from 
`size` to `value_length` / `value_size` where that improves readability, 
without changing behavior.
   
   ## Why
   
   The overflow fix in #9872 is easier to review when the naming-only cleanup 
is split out. This PR carries only the terminology changes so the lower PR can 
stay focused on the bounds and overflow checks.
   
   ## Validation
   
   - `cargo test -p arrow-array validate_lengths`
   - `cargo test -p arrow-array test_constructors`
   - `cargo +stable fmt --all --check`
   


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