erenavsarogullari opened a new issue, #9806: URL: https://github.com/apache/arrow-datafusion/issues/9806
### Is your feature request related to a problem or challenge? Currently, we support `empty` function as follows: ``` select empty(arrow_cast(make_array(1), 'LargeList(Int64)')); ---- false ``` `array_empty` and `list_empty` functions can also be exposed as alias of `empty` function. Ref Discussion: #9787 ### Describe the solution you'd like Expose `array_empty` and `list_empty` functions as alias of `empty` function ### Describe alternatives you've considered _No response_ ### 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]
