Skip to content

Commit

Permalink
del useless code:
Browse files Browse the repository at this point in the history
:
  • Loading branch information
amorynan committed Dec 31, 2024
1 parent c49cca2 commit af2c073
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions be/test/vec/columns/column_array_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,6 @@ class ColumnArrayTest : public CommonColumnTest {
serdes.push_back(serde);
}

// step3. show array column data
for (int i = 0; i < array_columns.size(); i++) {
// auto& column = array_columns[i];
// printColumn(*column, *descs[i][0].data_type);
}
}

MutableColumns array_columns; // column_array list
Expand Down Expand Up @@ -773,4 +768,4 @@ TEST_F(ColumnArrayTest, IntArrayPermuteTest) {
}
}

} // namespace doris::vectorized
} // namespace doris::vectorized

0 comments on commit af2c073

Please sign in to comment.