alamb commented on PR #5151:
URL:
https://github.com/apache/arrow-datafusion/pull/5151#issuecomment-1412813422
Thanks @viirya -- it is great to see someone else using Dictionary arrays
❤️
Looks like there are some compilation errors on this PR. Marking as draft
until those are resolved.
```
error[E0425]: cannot find function `divide_decimal_scalar` in this scope
-->
datafusion/physical-expr/src/expressions/binary/kernels_arrow.rs:465:19
|
[231](https://github.com/apache/arrow-datafusion/actions/runs/4068186587/jobs/7006440910#step:8:232)
| / pub(crate) fn divide_decimal_dyn_scalar(
[232](https://github.com/apache/arrow-datafusion/actions/runs/4068186587/jobs/7006440910#step:8:233)
| | left: &dyn Array,
[233](https://github.com/apache/arrow-datafusion/actions/runs/4068186587/jobs/7006440910#step:8:234)
| | right: i128,
[234](https://github.com/apache/arrow-datafusion/actions/runs/4068186587/jobs/7006440910#step:8:235)
| | ) -> Result<Decimal128Array> {
... |
242 | | Ok(decimal_array)
243 | | }
| |_- similarly named function `divide_decimal_dyn_scalar` defined here
...
465 | let err = divide_decimal_scalar(&left_decimal_array,
0).unwrap_err();
| ^^^^^^^^^^^^^^^^^^^^^ help: a function with a
similar name exists: `divide_decimal_dyn_scalar`
```
--
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]