datafusion
datafusion copied to clipboard
Fix `coalesce`, `struct` and `named_strct` expr_fn function to take multiple arguments
Which issue does this PR close?
Closes https://github.com/apache/datafusion/issues/10320
Rationale for this change
There was a regression in the coalesce function's signature due to lack of testing
What changes are included in this PR?
- Fix signature
- Add test coverage
Are these changes tested?
Yes, by existing CI and new tests