Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Parquet multi column byte writing (Bears-R-Us#3312)
For Parquet, we were previously incorrectly writing byte columns for segmented array values by setting reptition level to "required", when it should have been "optional". By fixing that schema setup, we will correctly write the definition level of each value.
- Loading branch information