taepper opened a new issue, #50601:
URL: https://github.com/apache/arrow/issues/50601

   ### Describe the enhancement requested
   
   `GenericNullLikePartition::TranslateTo` translates a partition result from a 
source range to a target range. This includes pointer arithmetic and does not 
allow bounds checking for the source and target range, as only the range starts 
are given. Ideally, we want to pass the entire source and target range to the 
function, which will allow us to both validate sizes, guarantee that the 
correct source range is passed, and the resulting `GenericNullLikePartition` 
will point into the target range
   
   ### Component(s)
   
   C++


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