Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for FIXED_LEN_BYTE_ARRAY when calculating fragment sizes in P…
…arquet writer (#16064) The number of rows per fragment will be off by a factor of 4 for FIXED_LEN_BYTE_ARRAY columns. This results in many more fragments than are necessary to achieve user requested page size limits. This PR shifts where the determination of whether a column has fixed-width data to a location where knowledge of the schema can be used. Authors: - Ed Seidl (https://github.com/etseidl) Approvers: - Vukasin Milovanovic (https://github.com/vuule) - Muhammad Haseeb (https://github.com/mhaseeb123) URL: #16064
- Loading branch information