kgyrtkirk opened a new pull request, #16569: URL: https://github.com/apache/druid/pull/16569
* remove the incorrect call to read the byte[] as utf8 * not sure about its origin - but this will push the contract for `Cache` implementations to handle the `byte[]` in `NamedKey` - its already a `byte[]` - so they shouldn't expect any better than that... * use `Cache.NamedKey` instead of passing `byte[]` and creating the key at multiple places * added some test to ensure that cache implementations are able to accept such keys Fixes #16552 -- 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]
