tpcds-kit
tpcds-kit copied to clipboard
Dialect definitions missing _BEGIN and _END defines
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];
Fixed in this repo via 8ebb21690055a336593a15a45961e901787f6d20