You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 as
c_last_review_date_sk identifier
with FK tod_date_sk
The DDL looks incorrect. This column change also impacts
query30.tpl
The text was updated successfully, but these errors were encountered: