sgg opened a new issue, #2014: URL: https://github.com/apache/iceberg-go/issues/2014
### Apache Iceberg version None ### Please describe the bug 🐞 Today when planning writes we use `arrow.Schema.FieldIndices` to resolve the arrow field index from a field name. This doesn't work for partition specs that use nested fields (e.g. `user.last_name`) because the API above only consults the top level schema rather than traversing nested structs. -- 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]
