cryptoe opened a new pull request, #16100: URL: https://github.com/apache/druid/pull/16100
Only use ExprEval in ConstantExpr if its known that it will be safe (#15694) * which creates a singleThreaded version of the actual expression (caching ExprEval is allowed) * to make a whole subtree of expressions 'singleThreaded' - uses to create the new expression tree * creates a specialized which does cache the * some annotations were added to make it more likely to notice that there might be something off if a similar change will be made around here for some reason (cherry picked from commit 27d7c30c38ce3cc2c585f9decc14068a56fd019b) -- 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]
