Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit e271280

Browse files
committed
Remove accidental debug change.
Signed-off-by: ienkovich <[email protected]>
1 parent 590bce6 commit e271280

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

omniscidb/Tests/ArrowBasedExecuteTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8210,7 +8210,6 @@ TEST_F(Select, UnsupportedMultipleArgAggregate) {
82108210
TEST_F(Select, ArrayUnnest) {
82118211
for (auto dt : testedDevices()) {
82128212
unsigned power10 = 1;
8213-
/*
82148213
for (const unsigned int_width : {16, 32, 64}) {
82158214
auto result_rows =
82168215
run_multiple_agg("SELECT COUNT(*), UNNEST(arr_i" + std::to_string(int_width) +
@@ -8301,7 +8300,7 @@ TEST_F(Select, ArrayUnnest) {
83018300
ASSERT_EQ(1, v<int64_t>(fixed_result_rows->getRowAt(0, 1, true, true)));
83028301
ASSERT_EQ(0, v<int64_t>(fixed_result_rows->getRowAt(1, 1, true, true)));
83038302
}
8304-
*/
8303+
83058304
// unnest groupby, force estimator run
83068305
const auto big_group_threshold = config().exec.group_by.big_group_threshold;
83078306
ScopeGuard reset_big_group_threshold = [&big_group_threshold] {

0 commit comments

Comments
 (0)