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

Commit

Permalink
Remove accidental debug change.
Browse files Browse the repository at this point in the history
Signed-off-by: ienkovich <[email protected]>
  • Loading branch information
ienkovich committed Aug 1, 2023
1 parent 590bce6 commit e271280
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions omniscidb/Tests/ArrowBasedExecuteTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8210,7 +8210,6 @@ TEST_F(Select, UnsupportedMultipleArgAggregate) {
TEST_F(Select, ArrayUnnest) {
for (auto dt : testedDevices()) {
unsigned power10 = 1;
/*
for (const unsigned int_width : {16, 32, 64}) {
auto result_rows =
run_multiple_agg("SELECT COUNT(*), UNNEST(arr_i" + std::to_string(int_width) +
Expand Down Expand Up @@ -8301,7 +8300,7 @@ TEST_F(Select, ArrayUnnest) {
ASSERT_EQ(1, v<int64_t>(fixed_result_rows->getRowAt(0, 1, true, true)));
ASSERT_EQ(0, v<int64_t>(fixed_result_rows->getRowAt(1, 1, true, true)));
}
*/

// unnest groupby, force estimator run
const auto big_group_threshold = config().exec.group_by.big_group_threshold;
ScopeGuard reset_big_group_threshold = [&big_group_threshold] {
Expand Down

0 comments on commit e271280

Please sign in to comment.