clintropolis commented on PR #15694: URL: https://github.com/apache/druid/pull/15694#issuecomment-1895490098
>WDYT about creating a precached ExprEval (which is thread-safe) for constant expressions, instead of creating a thread-unsafe Expr. `Expr` are threadsafe typically since they are immutable, the problem is that `Expr` for constants was modified to contain an `ExprEval` which are not thread-safe. -- 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]
