Skip to content

Commit

Permalink
Removed ColumnString::EstimatedValueSize::HUGE from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk authored Nov 17, 2023
1 parent 9ac8ff9 commit 3f098e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ut/columns_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ TEST(ColumnsCase, ColumnDecimal128_from_string_overflow) {
// ColumnString::EstimatedValueSize::SMALL,
// ColumnString::EstimatedValueSize::MEDIUM,
// ColumnString::EstimatedValueSize::LARGE,
// ColumnString::EstimatedValueSize::HUGE,
// };

// for (auto estimation : value_size_estimations) {
Expand Down Expand Up @@ -757,7 +756,6 @@ TEST(ColumnString, WithSizeEstimation) {
ColumnString::EstimatedValueSize::SMALL,
ColumnString::EstimatedValueSize::MEDIUM,
ColumnString::EstimatedValueSize::LARGE,
ColumnString::EstimatedValueSize::HUGE,

ColumnString::EstimatedValueSize(0),
ColumnString::EstimatedValueSize(1),
Expand Down Expand Up @@ -805,7 +803,6 @@ TEST(ColumnLowCardinalityString, WithSizeEstimation) {
ColumnString::EstimatedValueSize::SMALL,
ColumnString::EstimatedValueSize::MEDIUM,
ColumnString::EstimatedValueSize::LARGE,
ColumnString::EstimatedValueSize::HUGE,

ColumnString::EstimatedValueSize(0),
ColumnString::EstimatedValueSize(1),
Expand Down

0 comments on commit 3f098e6

Please sign in to comment.