You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
In #960 , we introduce another method to convert ParquetMetadata to DataFileBuilder, which has a lot duplication with this method. We should consolidate the two method, but it's block by #1004 .
Describe the solution you'd like
We only need one of them, and delegate another to it.
Willingness to contribute
I can contribute to this feature independently
I would be willing to contribute to this feature with guidance from the Iceberg Rust community