buraksenn opened a new issue, #13020: URL: https://github.com/apache/datafusion/issues/13020
### Describe the bug While implementing https://github.com/apache/datafusion/pull/12972, I've pushed a commit with a bug for log(x,y) case. However, that CI tests were successful for that commit. Thanks to @berkaysynnada I've realized the bug and fixed it. Fix: https://github.com/apache/datafusion/pull/12972/commits/58d3d86c793a119804a1322d75eb9c3607a64df2 Tests do not cover this case or something else is wrong. I will investigate and fix the issue or extend the tests. ### To Reproduce Revert this commit: https://github.com/apache/datafusion/pull/12972/commits/58d3d86c793a119804a1322d75eb9c3607a64df2 ### Expected behavior slt tests or unit tests should have caught the issue. ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
