coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

TPC-H data generation script fixup #1356

Closed jrbourbeau closed 7 months ago

jrbourbeau commented 7 months ago

I was getting errors running python tests/tpch/generate_data.py --scale 1 locally (one from click.Choice not liking a generator as input, and another due to compression name uppercase/lowercase mismatch). This PR fixes things for me locally.