goldmedal commented on PR #11799: URL: https://github.com/apache/datafusion/pull/11799#issuecomment-2267463716
Thanks, @Weijun-H, for working on this. The `MAP` literal has also been implemented in https://github.com/apache/datafusion/pull/11780. How about adding it to the documentation, too? ```sql SELECT MAP { 'a': 1, 'b': 2 }; ``` -- 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]
