it looks like `outputScale.value` is initialized to first input value scale and later in `output` function below we are setting `out.scale as min(outputScale.value, MaxScale)`. Shouldn't we limit scale here as well such that we don't end up passing much bigger scale in `checkValueOverflow() `?
[ Full content available at: https://github.com/apache/drill/pull/1453 ] This message was relayed via gitbox.apache.org for [email protected]
