riemenschneider commented on issue #13696:
URL: https://github.com/apache/iceberg/issues/13696#issuecomment-3133196792

   Replacing 
https://github.com/apache/iceberg/blob/83da920b3abcb1206559034362e08127b6954dea/core/src/main/java/org/apache/iceberg/SchemaUpdate.java#L570
 by
   ```
       Map<String, Integer> nameToId = caseSensitive ? 
TypeUtil.indexByName(struct) : TypeUtil.indexByLowerCaseName(struct);
   ```
   might already solve that issue.


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