nuno-faria commented on code in PR #21725: URL: https://github.com/apache/datafusion/pull/21725#discussion_r3133730551
########## docs/source/user-guide/sql/special_functions.md: ########## @@ -69,7 +69,7 @@ Expands an array or map into rows. ### `unnest (struct)` Expand a struct fields into individual columns. -Each field of the struct will be prefixed with `__unnest_placeholder` and could be accessed via `"__unnest_placeholder(<struct>).<field>"`. +Each field of the struct could be accessed via `"<table>.<struct>.<field>"`. Review Comment: nit ```suggestion Each field of the struct can be accessed via `"<table>.<struct>.<field>"`. ``` -- 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]
