sqlite-parquet-vtable/parquet-generator
Colin Dellow bc0be71546 Add brotli/snappy/gzip test files
`test/test-supported` verifies they can be opened
2018-06-25 08:32:36 -04:00
..
codecs Add brotli/snappy/gzip test files 2018-06-25 08:32:36 -04:00
99-rows-1.parquet
99-rows-10.parquet
99-rows-99.parquet Rewrite tests for automatic generation 2018-03-18 13:11:29 -04:00
99-rows-nulls-1.parquet Rewrite tests for automatic generation 2018-03-18 13:11:29 -04:00
99-rows-nulls-10.parquet Rewrite tests for automatic generation 2018-03-18 13:11:29 -04:00
99-rows-nulls-99.parquet Rewrite tests for automatic generation 2018-03-18 13:11:29 -04:00
Pipfile
Pipfile.lock
README.md
create-pg-db
no-nulls.csv Make rowid start from 1, not 0 2018-03-18 17:03:46 -04:00
no-nulls.sql Also compare queries against SQLite itself 2018-03-18 17:49:12 -04:00
nulls.csv Make rowid start from 1, not 0 2018-03-18 17:03:46 -04:00
nulls.sql Also compare queries against SQLite itself 2018-03-18 17:49:12 -04:00
parquets.py Also compare queries against SQLite itself 2018-03-18 17:49:12 -04:00
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.