nirandaperera opened a new pull request #10472: URL: https://github.com/apache/arrow/pull/10472
Allowing if-else operation for following use cases ```python >>> pc.if_else([True], [1], [3.5]) ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
