parquet-testing
parquet-testing copied to clipboard
Adding testing page for Dictionary page after non-dict data page in same column-chunk
The spec doesn't disable the case that:
Dict Page | Dict Index Page | Data Page | Dict Index Page
We need check:
- Did we allowing this?
- Should we add testing case for the case
cc @wgtmac
I think this is allowed from the spec: A column chunk might be partly or completely dictionary encoded. I'm not sure if any open source Parquet writer is able to produced such kind of data.