swaminathanmanish opened a new pull request, #12102:
URL: https://github.com/apache/pinot/pull/12102

   ##Description
   Our partitioning functions invokes the toString() on an Object prior to 
computing the partition. For native byte array, toString() translates to an 
address. Hence two byte arrays that have the same content, will differ, which 
is incorrect. [This PR ](https://github.com/apache/pinot/pull/10110) addresses 
issue for the realtime path. Attempting to move the logic to a common/base 
method to make this change available across all partitioning functions and 
modes (realtime/offline)
   
    
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to