alexwilcoxson-rel commented on issue #7012: URL: https://github.com/apache/arrow-datafusion/issues/7012#issuecomment-1658798103
@alamb this fixes our initial use case of just needing to provide multiple inputs. There still looks to be an issue with the latest code on main where you can't create a struct and pass it as a single argument to a UDAF, e.g. `SELECT my_udaf(struct(col_A, col_B))` This was just our workaround though and is more of an edge case IMO. So perhaps just keep it with the other "improve struct" issues. -- 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]
