Changeset: 2ebef55dcf63 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2ebef55dcf63
Branch: Jul2021
Log Message:

merged


diffs (30 lines):

diff --git a/sql/benchmarks/tpcds/Tests/one.test.in 
b/sql/benchmarks/tpcds/Tests/one.test.in
--- a/sql/benchmarks/tpcds/Tests/one.test.in
+++ b/sql/benchmarks/tpcds/Tests/one.test.in
@@ -267,7 +267,7 @@ create table customer
     c_birth_country           varchar(20)                   ,
     c_login                   char(13)                      ,
     c_email_address           char(50)                      ,
-    c_last_review_date_sk     integer                       ,
+    c_last_review_date        integer                       ,
     primary key (c_customer_sk)
 )
 
@@ -3674,7 +3674,7 @@ with customer_total_return as
          ,ca_state)
   select  
c_customer_id,c_salutation,c_first_name,c_last_name,c_preferred_cust_flag
        
,c_birth_day,c_birth_month,c_birth_year,c_birth_country,c_login,c_email_address
-       ,c_last_review_date_sk,ctr_total_return
+       ,c_last_review_date,ctr_total_return
  from customer_total_return ctr1
      ,customer_address
      ,customer
@@ -3686,7 +3686,7 @@ with customer_total_return as
        and ctr1.ctr_customer_sk = c_customer_sk
  order by 
c_customer_id,c_salutation,c_first_name,c_last_name,c_preferred_cust_flag
                   
,c_birth_day,c_birth_month,c_birth_year,c_birth_country,c_login,c_email_address
-                  ,c_last_review_date_sk,ctr_total_return
+                  ,c_last_review_date,ctr_total_return
 limit 100
 ----
 1300 values hashing to 4b80e4995150e5b42229a363bb57dd07
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to