Regression with coalesce
expr_fn function: can't take multiple arguments
#10320
Labels
coalesce
expr_fn function: can't take multiple arguments
#10320
Describe the bug
Previously it could be called with multiple expressions like
coalsce(vec![e1, e2])
however now it seems to require a single expressionsTo Reproduce
Try to run
coalsce(vec![e1, e2])
Expected behavior
We should be able to call it with multiple arguments
Additional context
@appletreeisyellow found this while updating InfluxDB IOx to the latest DataFusion version and identified the upstream PR #10201 / fe268bc brought in a regression.
The text was updated successfully, but these errors were encountered: