clintropolis commented on PR #15694: URL: https://github.com/apache/druid/pull/15694#issuecomment-1897622352
>LIke with GenericIndexed there is a legitimate reason to use multi-threaded thing, anything that needs to read stuff from the shared dictionary, but Expr I just can't really see the case. hmm, actually I'm not sure anything that uses `GenericIndexed` uses it without calling singleThreaded anymore, so it might be a case of legacy stuff or tons of tests that it hasn't been transitioned into a pure supplier of single threaded `Indexed` implementations... -- 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]
