Skip to content

Commit 9ac8ff9

Browse files
authored
Update string.h
Removed `ColumnString::EstimatedValuesSize::HUGE`, since `HUGE` seems to be a macro name on some platforms.
1 parent 90414cc commit 9ac8ff9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clickhouse/columns/string.h

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class ColumnString : public Column {
9393
SMALL = 32,
9494
MEDIUM = 128,
9595
LARGE = 512,
96-
HUGE = 2048,
9796
};
9897
static constexpr auto DEFAULT_ESTIMATION = EstimatedValueSize::MEDIUM;
9998

0 commit comments

Comments
 (0)