tpcds-kit icon indicating copy to clipboard operation
tpcds-kit copied to clipboard

Dialect definitions missing _BEGIN and _END defines

Open gregrahn opened this issue 8 years ago • 1 comments

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 avatar Oct 18 '17 15:10 gregrahn

Fixed in this repo via 8ebb21690055a336593a15a45961e901787f6d20

gregrahn avatar Oct 18 '17 15:10 gregrahn