0d4806ca6f
- "fixed_size_binary" -> "binary_10" - make null parquet use rowgroups of sie 10: first rowgroup has no nulls, 2nd has all null, 3rd-10th have alternating nulls This is prep for making a Postgres layer to use as an oracle for generating test cases so that we have good coverage before implementing advanced `xBestIndex` and `xFilter` modes. |
||
---|---|---|
.. | ||
100-rows-1.parquet | ||
100-rows-10.parquet | ||
100-rows-nulls.parquet | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
parquets.py | ||
unsupported-decimal-10-0-.parquet | ||
unsupported-null.parquet | ||
unsupported-uint8.parquet | ||
unsupported-uint16.parquet | ||
unsupported-uint64.parquet |
README.md
parquet-generator
Supporting tools to create Parquet files to validate the vtable module.
Run:
pipenv shell
to get an environment with the necessary modules installed.