jonahgao commented on issue #9138: URL: https://github.com/apache/datafusion/issues/9138#issuecomment-2139852835
Close it because it is already supported. ```sh DataFusion CLI v38.0.0 > select flatten(arrow_cast(make_array([[1], [2]], [[3], [4]]), 'FixedSizeList(2, List(List(Int64)))')) as a; +--------------+ | a | +--------------+ | [1, 2, 3, 4] | +--------------+ 1 row(s) fetched. Elapsed 0.011 seconds. ``` -- 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]
