goldmedal commented on PR #11361: URL: https://github.com/apache/datafusion/pull/11361#issuecomment-2224793129
> TODOs in the next PRs > > * [ ] Decide if we want to have make_map follow named_struct or if it would be better to have something more like what duckdb does > * [ ] document map/make_map in the documentation. We can do this as a follow on PR: https://datafusion.apache.org/user-guide/sql/scalar_functions.html#struct-functions > * [ ] Support arrays (not just scalars) > I think the uniqueness of map key name is a todo ticket, too. > I think we can simplify the two map functions to one first. As we discussed about supporting Map literal in https://github.com/apache/datafusion/issues/11268#issuecomment-2211125762, perhaps we can do it at the same time. -- 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]
