We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macro redifined
1 parent a85d2e9 commit 71dfa29Copy full SHA for 71dfa29
ydb/library/workload/tpch/driver.h
@@ -6,7 +6,13 @@ extern "C" {
6
7
#include <ydb/library/benchmarks/gen/tpch-dbgen/config.h>
8
#include <ydb/library/benchmarks/gen/tpch-dbgen/release.h>
9
+#ifdef DT_CHR
10
+#undef DT_CHR
11
+#endif
12
#include <ydb/library/benchmarks/gen/tpch-dbgen/dss.h>
13
14
15
16
#include <ydb/library/benchmarks/gen/tpch-dbgen/dsstypes.h>
17
18
void InitTpchGen(DSS_HUGE scale);
0 commit comments