databricks / spark-sql-perf

Apache License 2.0
586 stars 406 forks source link

Use DECIMAL and DATE in the default TPCDS notebooks. #130

Closed juliuszsompolski closed 6 years ago

juliuszsompolski commented 6 years ago

A long time ago, DECIMAL was substituted by DOUBLE and DATE by STRING to workaround some problems. There is no reason to do it anymore.

juliuszsompolski commented 6 years ago

cc @npoggi

npoggi commented 6 years ago

@juliuszsompolski perfect, we need this so the docs and data generation are more straightforward. Will update my derived notebooks to use the new DDL.