sgg opened a new pull request, #2015:
URL: https://github.com/apache/iceberg-go/pull/2015

   Closes #2014
   
   Today when planning writes we use `arrow.Schema.FieldIndices` to resolve the 
arrow field index from a field name. This doesn't work for nested fields such 
as `user.last_name` because the API above only consults the top level schema 
rather than traversing nested structs.
   
   This diff adds a test to repro this and updates `newPartitionExtractionPlan` 
to properly handle nested fields. I checked the existing benchmarks before and 
after and found no performance impact.


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