Omega359 opened a new issue, #9479:
URL: https://github.com/apache/arrow-datafusion/issues/9479
### Describe the bug
Two minor issues:
- returns internal_err for argument length check, should use exec_err
- the internal_err in the following code should probably be an exec_err, and
it has a typo (except -> 'expected a')
```
ColumnarValue::Array(_) => {
internal_err!("except Scalar value, but got Array")
}
```
### To Reproduce
Code cleanup.
### Expected behavior
exec_err returned, error message corrected.
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]