CTTY opened a new issue, #1927:
URL: https://github.com/apache/iceberg-rust/issues/1927

   ### Is your feature request related to a problem or challenge?
   
   Existing code base doesn't have a helper to auto assign field ids when 
converting arrow schema to iceberg schema. This can be helpful when we are 
creating an Iceberg table with schema that comes from an arrow-based system
   
   ### Describe the solution you'd like
   
   We can reuse the `IdReassigner` to reassign the field ids after the schema 
conversion. It will be a three-pass BFS: 1. Schema conversion 2. two passes in 
IdReassigner
   
   ### Willingness to contribute
   
   I can contribute to this feature independently


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