eyalroz / tpch-dbgen

Data & query generation utilities for the TPC-H benchmark (unified repository)

Home Page:http://www.tpc.org/tpch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the separator at the end of generated table lines optional

eyalroz opened this issue · comments

The codebase allows for avoiding the final separator at the end of a line, using a compiler define (EOL_HANDLING). Let's support that via the build configuration with CMake. There's a fork which forced this issue by simply adding this define in the Makefile - jfdiazl (or jianlirong).

(this issue mirrors this one for ssb-dbgen.)