duongcongtoai commented on issue #12921:
URL: https://github.com/apache/datafusion/issues/12921#issuecomment-2414755485

   I think this is some problem with the parser, and perhaps not yet supported.
   The query will be perform correctly if replace double quote with single quote
   
   ```
   select column1, unnest(column2)["b"] from lists_of_structs_table;
   ```
   
   The query with double quote will fail for normal queries, not just unnest


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