Skip to content

Add a helper to auto assign field ids when converting arrow schema to iceberg schema #1927

@CTTY

Description

@CTTY

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions