The definition of customer in tpcds.sql lists the last column as
c_last_review_date char(10)
however the TPC-DS spec v2.4 list the last column as
c_last_review_date_sk identifier with FK to d_date_sk
The DDL looks incorrect. This column change also impacts query30.tpl
The definition of
customer
intpcds.sql
lists the last column asc_last_review_date char(10)
however the TPC-DS spec v2.4 list the last column asc_last_review_date_sk identifier
with FK tod_date_sk
The DDL looks incorrect. This column change also impacts
query30.tpl