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

ABBREVIATION is spelled ABREVIATION

Open Peter-Ebert opened this issue 6 years ago • 1 comments

spelling error in dsdgen

Peter-Ebert avatar Oct 21 '19 23:10 Peter-Ebert

$ cd v2.11.0rc2/tools
$ grep -i ABREVIATION *
driver.c:		if (strcasecmp(szParamName, "ABREVIATION"))
driver.c:			if (!strcasecmp(tname, pT->abreviation))
driver.c:	else if (is_set("ABREVIATION"))
driver.c:		tabid = find_table("ABREVIATION", get_str("ABREVIATION"));
fips.dst:-- 3: state abreviation (st)	3: timezone weighting (tz)
params.h:{"ABREVIATION",	OPT_STR,			0,"build table with abreviation <s>", NULL, ""},
tdefs.h:	char *abreviation;	/* -- shorthand name of the table */

gregrahn avatar Oct 22 '19 21:10 gregrahn