Re: [I] Apply `take_function_args` to functions validating argument count [datafusion]

2025-02-12 Thread via GitHub
alamb closed issue #14516: Apply `take_function_args` to functions validating argument count URL: https://github.com/apache/datafusion/issues/14516 -- 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 th

Re: [I] Apply `take_function_args` to functions validating argument count [datafusion]

2025-02-07 Thread via GitHub
Ramjee194 commented on issue #14516: URL: https://github.com/apache/datafusion/issues/14516#issuecomment-2643141450 changes the issue ![Image](https://github.com/user-attachments/assets/941ca5ee-bab8-4e37-ab19-01543560530e)#14516 -- This is an automated message from the Apache Git

Re: [I] Apply `take_function_args` to functions validating argument count [datafusion]

2025-02-05 Thread via GitHub
lgingerich commented on issue #14516: URL: https://github.com/apache/datafusion/issues/14516#issuecomment-2638730780 take -- 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

[I] Apply `take_function_args` to functions validating argument count [datafusion]

2025-02-05 Thread via GitHub
findepi opened a new issue, #14516: URL: https://github.com/apache/datafusion/issues/14516 https://github.com/apache/datafusion/pull/14513 introduced a heper to make code more readable and error messages more consistent. apply the pattern in other functions **_candidate_** places