datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Confirming UDF aliases are serialized correctly

Open edmondop opened this issue 5 months ago • 0 comments

Which issue does this PR close?

I had created https://github.com/apache/datafusion/issues/11595 which I had created when working on https://github.com/apache/datafusion/pull/11013

When I was using create_aggregate_expr, aliases for max_udaf wouldn't be serialized, as indicated in #11595 . However, using the AggregateExprBuilder solved the problem, so the issue was probably in create_aggregate_expr , which by the way has been removed from the codebase, so we need to update the contributors how-to https://github.com/apache/datafusion/blob/main/docs/source/contributor-guide/howtos.md?plain=1#L62

edmondop avatar Aug 28 '24 17:08 edmondop