gregrahn / tpcds-kit

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

fix crash on MACOS #58

Closed QuantumBear closed 2 years ago

QuantumBear commented 2 years ago

text file ends a line with "\r\n" on MACOS. If don't remove '\r' in the end of a line, it will be treated as syntax error then leads a crash.