databricks / spark-sql-perf

Apache License 2.0
586 stars 406 forks source link

Fixing TPCH DDL datatype of customer.c_nationkey to long #167

Closed npoggi closed 6 years ago

npoggi commented 6 years ago

Fixing TPCH DDL datatype of customer.c_nationkey from string to long as from the spec. Tables should be regenerated to make use of the changes.