[SC-4409] Correct query 41 in TPCDS kit (#90)

This commit is contained in:
srinathshankar 2016-09-30 18:02:39 -07:00 committed by Sameer Agarwal
parent c2224f37e5
commit 0eaa4b1d57

View File

@ -1663,8 +1663,8 @@ trait Tpcds_1_4_Queries extends Benchmark {
| (i_color = 'light' or i_color = 'cornflower') and
| (i_units = 'Box' or i_units = 'Pound') and
| (i_size = 'medium' or i_size = 'extra large')
| ))
| or
| ))) or
| (i_manufact = i1.i_manufact and
| ((i_category = 'Women' and
| (i_color = 'midnight' or i_color = 'snow') and
| (i_units = 'Pallet' or i_units = 'Gross') and