You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE t0 (c0 Int) Engine = MergeTree() ORDER BY (c0);
INSERT INTO t0 VALUES (1);
-- ../src/Interpreters/AggregationCommon.h:90:35: runtime error: downcast of address 0x743320010d90 which does not point to an object of type 'const ColumnFixedSizeHelper'
-- 0x743320010d90: note: object is of type 'DB::ColumnConst'