gregrahn / tpcds-kit

TPC-DS benchmark kit with some modifications/fixes
320 stars 205 forks source link

Dialect definitions missing _BEGIN and _END defines #36

Open gregrahn opened 7 years ago

gregrahn commented 7 years ago

At some point the dialect definitions lost the following two lines and dsqgen will error if not present.

define _BEGIN = "-- start query " + [_QUERY] + " in stream " + [_STREAM] + " using template " + [_TEMPLATE];
define _END = "-- end query " + [_QUERY] + " in stream " + [_STREAM] + " using template " + [_TEMPLATE];
gregrahn commented 7 years ago

Fixed in this repo via 8ebb21690055a336593a15a45961e901787f6d20