andishgar opened a new pull request, #46655:
URL: https://github.com/apache/arrow/pull/46655

   ### Rationale for this change
   As noted 
[here](https://github.com/apache/arrow/pull/46229#issuecomment-2893318530), 
`arrow::BinaryViewBuilder::AppendArraySlice` does not support cases where the 
total length of elements in the input array exceeds the maximum value of` 
int32_t`.
   ### What changes are included in this PR?
   This PR updates` arrow::BinaryViewBuilder::AppendArraySlice `to correctly 
handle `{StringView, BinaryView}Array `inputs where the total length of 
non-inlined elements exceeds the maximum value of int32_t.
   ### Are these changes tested?
   Yes, the relevant unit tests were run and passed.
   ### Are there any user-facing changes?
   No.
   
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to