gianm opened a new pull request #6232: Fix NPE on constant null numeric 
expressions.
URL: https://github.com/apache/incubator-druid/pull/6232
 
 
   The bug was caused by makeExprEvalSelector returning a null object, which
   it isn't supposed to do. Fixed this by renaming ConstantColumnValueSelector
   to ConstantExprEvalSelector (it was only used for ExprEval anyway) and
   putting logic in that class to make sure the selectors behave as expected.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to