kmitchener opened a new issue, #3481:
URL: https://github.com/apache/arrow-datafusion/issues/3481
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
All these tests fail when given decimal inputs:
```
sql::aggregates::csv_query_approx_percentile_cont
sql::aggregates::csv_query_approx_percentile_cont_with_histogram_bins
sql::aggregates::csv_query_approx_percentile_cont_with_weight
sql::aggregates::csv_query_stddev_6
```
with errors similar to
```
called `Result::unwrap()` on an `Err` value: "Plan(\"The percentile argument
for ApproxPercentileCont must be Float64, not Decimal128(2, 1).\")
```
**Expected behavior**
A clear and concise description of what you expected to happen.
Not sure yet :)
**Additional context**
Add any other context about the problem here.
--
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]