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

   # Which issue does this PR close?
   
   Part of #10245.
   
   # Rationale for this change
   
   `Vec` provides the same capacity preallocation and append behavior needed by 
`substring_by_char_impl` without the additional `BufferBuilder` abstraction.
   
   # What changes are included in this PR?
   
   - Replace the byte-value `BufferBuilder` with `Vec<u8>`.
   - Replace the offset `BufferBuilder` with `Vec<OffsetSize>`.
   - Preserve the existing capacity estimates, null handling, and offset 
construction.
   
   # Are there any user-facing changes?
   
   No.
   
   # How was this change tested?
   
   - `cargo +stable-x86_64-pc-windows-gnu fmt --all -- --check`
   - `cargo +stable-x86_64-pc-windows-gnu clippy -p arrow-string --all-targets 
--all-features --no-deps -- -D warnings`
   - `cargo +stable-x86_64-pc-windows-gnu test -p arrow-string --all-features` 
(182 unit tests and 10 doc tests passed)


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