65ea1b2f61
Regularize the parquets - nulls and nonulls each come in 3 variants, with 1, 10 and 99 rows per rowgroup. All test queries are written against nullsA, no_nullsA. Next commit will introduce a tool to expand these template queries to go against the actual tables. |
||
---|---|---|
.. | ||
99-rows-1.parquet | ||
99-rows-10.parquet | ||
99-rows-99.parquet | ||
99-rows-nulls-1.parquet | ||
99-rows-nulls-10.parquet | ||
99-rows-nulls-99.parquet | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
create-pg-db | ||
no-nulls.csv | ||
nulls.csv | ||
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.