djanderson commented on issue #16429: URL: https://github.com/apache/datafusion/issues/16429#issuecomment-3448859997
Can we close this as complete in https://github.com/apache/datafusion/pull/18238? ```sh cargo run -q --bin datafusion-cli DataFusion CLI v50.3.0 > describe select map_extract(map([1], ['a']), 1)[1]; +---------------------------------------------------------------------------------+-----------+-------------+ | column_name | data_type | is_nullable | +---------------------------------------------------------------------------------+-----------+-------------+ | map_extract(map(make_array(Int64(1)),make_array(Utf8("a"))),Int64(1))[Int64(1)] | Utf8 | YES | +---------------------------------------------------------------------------------+-----------+-------------+ 1 row(s) fetched. Elapsed 0.022 seconds. ``` Still some open conversations about how to format the output, but #17466 seems to be the primary tracking issue for that. -- 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]
