bruno-roustant commented on PR #13427: URL: https://github.com/apache/lucene/pull/13427#issuecomment-2133778754
The recent code change replaced the previous List<Short> by a primitive structure. To avoid yet another hppc primitive list in the Lucene fork, this time I replaced by a basic short array. But I missed the duplicate case, and it was not tested. -- 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]
