Closed qdzo closed 1 year ago
Validation of :scale
key uses BigDecimal/valueOf
.
BigDecimal/valueOf
fails if pass java.lang.Integer
into it
Maybe we need to add here coercion to double - like (BigDecimal/valueOf (double x))
or we need to test different cases.
Encountered this error. Looks like there are some stale or broken code