gregrahn / tpcds-kit

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

ABBREVIATION is spelled ABREVIATION #50

Open Peter-Ebert opened 5 years ago

Peter-Ebert commented 5 years ago

spelling error in dsdgen

gregrahn commented 5 years ago
$ 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 */