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

   Relates to #14844 
   
   To avoid expensive checks for null values when the vectors cannot contain 
nulls, a flag is set when a vector is attached to indicate if a null check is 
needed when `compare(idx1, idx2)` is called. If it isn't then the call will 
immediately redirect to `compareNotNull(index1, index2)`.


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