Browse Source

Removing the trivial rewrites and using original tpcds query.

Nita Dembla 7 years ago
parent
commit
0aa29742e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sample-queries-tpcds/query45.sql

+ 1 - 1
sample-queries-tpcds/query45.sql

@@ -1,5 +1,5 @@
 -- start query 1 in stream 0 using template query45.tpl and seed 2031708268
-select /* +mapjoin(None) */ ca_zip, ca_county, sum(ws_sales_price)
+select ca_zip, ca_county, sum(ws_sales_price)
  from web_sales, customer, customer_address, date_dim, item
  where ws_bill_customer_sk = c_customer_sk
  	and c_current_addr_sk = ca_address_sk