CTTY commented on issue #1560:
URL: https://github.com/apache/iceberg-rust/issues/1560#issuecomment-3146104560

   Hi @liurenjie1024 , thanks for the suggestion! However, I'm not sure how 
passing `ArrowSchema` to `ArrowArrayAccessor` can free us from matching fields 
via `field.name`. Could you please elaborate more?
   
   My understanding is that even if we convert the schema to `ArrowSchema`, it 
still won't have `PARQUET:field_id` for the `insert_into` case, and we will 
need to match using `field.name`
   


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