awalga opened a new pull request, #41724: URL: https://github.com/apache/arrow/pull/41724
…gregate function & kernel signature. ### Rationale for this change allows for resolution of function with var args inputs. this simplify implementation of kernel of type: sum(product(x,y)) sum(product(x,y,z)) into a single kernel sum(product(x...)) ### What changes are included in this PR? ### Are these changes tested? <!-- TESTS: core hash aggregate kernels are already covered by tests --> -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org