goldmedal commented on issue #13478:
URL: https://github.com/apache/datafusion/issues/13478#issuecomment-2497787343

   > I implemented it for `map` in #13532. I'm unsure about `get_field` because 
I'm not able to tell if it's a map column from the `Expr`
   
   I see. I think we can pass the plan schema when unparsing the `get_field`. 
If it's a map, we can unparse it to `MapAccess` with `MapAccessSyntax::Bracket`.


-- 
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]

Reply via email to