We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7450e10 commit dd43a5aCopy full SHA for dd43a5a
runtime/src/main/java/io/dingodb/expr/runtime/expr/Var.java
@@ -56,7 +56,7 @@ public Object eval(EvalContext context, ExprConfig config) {
56
return null;
57
}
58
59
- if (typeScale >= 0) {
+ if (typeScale > 0) {
60
return obj.setScale(typeScale, RoundingMode.HALF_UP);
61
62
0 commit comments