andygrove opened a new issue, #4103: URL: https://github.com/apache/arrow-datafusion/issues/4103
**Describe the bug** I found this when testing https://github.com/apache/arrow-datafusion/pull/4102. `csv_query_approx_percentile_cont` fails with: ``` The percentile argument for ApproxPercentileCont must be Float64, not Decimal128(2, 1) ``` **To Reproduce** Run tests in https://github.com/apache/arrow-datafusion/pull/4102 **Expected behavior** I assume we need to add type coercion to convert function args to the correct type **Additional context** -- 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]
