@@ -108,13 +108,12 @@ void TableGenerator::GenerateTestTables() {
108
108
{" colC" , TypeId::INTEGER, false , Dist::Uniform, 0 , 9999 },
109
109
{" colD" , TypeId::INTEGER, false , Dist::Uniform, 0 , 99999 }}},
110
110
111
- // // Table 2
112
- // {"test_2",
113
- // TEST2_SIZE,
114
- // {{"col1", TypeId::SMALLINT, false, Dist::Serial, 0, 0},
115
- // {"col2", TypeId::INTEGER, true, Dist::Uniform, 0, 9},
116
- // {"col3", TypeId::BIGINT, false, Dist::Uniform, 0, 1024},
117
- // {"col4", TypeId::INTEGER, true, Dist::Uniform, 0, 2048}}},
111
+ // Table 2
112
+ {" test_2" ,
113
+ TEST7_SIZE,
114
+ {{" colA" , TypeId::INTEGER, false , Dist::Serial, 0 , 99 },
115
+ {" colB" , TypeId::INTEGER, true , Dist::Uniform, 0 , 999 },
116
+ {" colC" , TypeId::INTEGER, true , Dist::Cyclic, 0 , 9 }}},
118
117
119
118
// // Table 3
120
119
// {"test_3",
@@ -143,9 +142,10 @@ void TableGenerator::GenerateTestTables() {
143
142
// // Table 7
144
143
// {"test_7",
145
144
// TEST7_SIZE,
146
- // {{"colA", TypeId::BIGINT, false, Dist::Serial, 0, 0},
147
- // {"colB", TypeId::INTEGER, true, Dist::Serial, 0, 0},
148
- // {"colC", TypeId::INTEGER, true, Dist::Cyclic, 0, 9}}},
145
+ // {{"col1", TypeId::SMALLINT, false, Dist::Serial, 0, 0},
146
+ // {"col2", TypeId::INTEGER, true, Dist::Uniform, 0, 9},
147
+ // {"col3", TypeId::BIGINT, false, Dist::Uniform, 0, 1024},
148
+ // {"col4", TypeId::INTEGER, true, Dist::Uniform, 0, 2048}}},
149
149
150
150
// // Table 8
151
151
// {"test_8",
0 commit comments