Skip to content

Commit 3f098e6

Browse files
authored
Removed ColumnString::EstimatedValueSize::HUGE from tests
1 parent 9ac8ff9 commit 3f098e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: ut/columns_ut.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ TEST(ColumnsCase, ColumnDecimal128_from_string_overflow) {
720720
// ColumnString::EstimatedValueSize::SMALL,
721721
// ColumnString::EstimatedValueSize::MEDIUM,
722722
// ColumnString::EstimatedValueSize::LARGE,
723-
// ColumnString::EstimatedValueSize::HUGE,
724723
// };
725724

726725
// for (auto estimation : value_size_estimations) {
@@ -757,7 +756,6 @@ TEST(ColumnString, WithSizeEstimation) {
757756
ColumnString::EstimatedValueSize::SMALL,
758757
ColumnString::EstimatedValueSize::MEDIUM,
759758
ColumnString::EstimatedValueSize::LARGE,
760-
ColumnString::EstimatedValueSize::HUGE,
761759

762760
ColumnString::EstimatedValueSize(0),
763761
ColumnString::EstimatedValueSize(1),
@@ -805,7 +803,6 @@ TEST(ColumnLowCardinalityString, WithSizeEstimation) {
805803
ColumnString::EstimatedValueSize::SMALL,
806804
ColumnString::EstimatedValueSize::MEDIUM,
807805
ColumnString::EstimatedValueSize::LARGE,
808-
ColumnString::EstimatedValueSize::HUGE,
809806

810807
ColumnString::EstimatedValueSize(0),
811808
ColumnString::EstimatedValueSize(1),

0 commit comments

Comments
 (0)