rluvaton commented on issue #18676: URL: https://github.com/apache/datafusion/issues/18676#issuecomment-3560219138
The was the reason for my arrow rs pr I'm waiting for it to get released so I could optimize this. The code in your link work bit by bit from what I saw and it is not what I had in mind as this will actually be slower Instead for primitives you would compare the entire array, and get a Boolean buffer which then you do bit manipulation to update the equals to -- 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]
