Github user vvysotskyi commented on a diff in the pull request:
https://github.com/apache/drill/pull/1232#discussion_r184002812
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/expr/stat/RangeExprEvaluator.java
---
@@ -219,6 +219,7 @@ private Statistics
evalCastFunc(FunctionHolderExpression holderExpr, Statistics
return null; // cast func between srcType and destType is NOT
allowed.
}
+ // TODO: add decimal support
--- End diff --
Thanks, removed.---
