badalprasadsingh opened a new issue, #1187:
URL: https://github.com/apache/iceberg-go/issues/1187

   ### Feature Request / Improvement
   
   #### Description
   
   `table.UpdateSchema`, right now, does not provide a way to evolve a table's 
schema to the union of its current schema and an incoming schema matched by 
field name.
   
   Iceberg-java's `org.apache.iceberg.UpdateSchema` exposes this as 
`unionByNameWith(Schema)`.
   
   **Proposed Solution**
   ```go
   func (u *UpdateSchema) UnionByNameWith(newSchema *iceberg.Schema) 
*UpdateSchema
   ```
   
   Case-sensitivity should follow the existing caseSensitive flag already on 
UpdateSchema.
   
   **Contribution**
   
   I’d be happy to work on this enhancement. Please feel free to assign this 
issue to me and I can prepare a PR implementing it.


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