druid/processing
Gian Merlino 4a8b09b6a9 Fix NPE on constant null numeric expressions. (#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.
2018-08-27 15:30:56 -07:00
..
benchmarks Update license headers. (#5976) 2018-07-11 09:55:18 -07:00
src Fix NPE on constant null numeric expressions. (#6232) 2018-08-27 15:30:56 -07:00
pom.xml Further optimize memory for Travis jobs (#6150) 2018-08-10 22:03:36 -07:00