Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1232#discussion_r183762729
--- 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 --
Please remove.---
