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
Is your feature request related to a problem or challenge?
In #960 , we introduce another method to convert
ParquetMetadatatoDataFileBuilder, 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