madeirak commented on issue #11872:
URL: https://github.com/apache/iceberg/issues/11872#issuecomment-2561664836

   After trying, error is reported when the ARRAY and MAP of the nested fields 
are directly next to each other.
   For example, ARRAY<MAP<STRING, STRUCT<x: INT>>> or MAP<STRING, 
ARRAY<STRUCT<x: INT>>> , changing the name of field x will result in an error:  
Error in query: Field name xxx is not a struct
   
   If the ARRAY and MAP of the nested fields are not directly next to each 
other, like ARRAY<STRUCT<a: MAP<STRING, STRUCT<x: INT>>>> , changing the name 
of field x will not result in the error above.
   


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to