MergeTree если задан тип Int64 и с kafka в ch не прилетают данные для этого поля - в MergeTree таблицу в это Int64 поле забивается 0 по умолчанию...можно ли настроить это поведение, чтобы было null ?
Nullable(Int64) ?
Тоже 0
"The expression expr is optional. If it is omitted, the column type must be specified explicitly and the default value will be 0 for numeric columns, '' (the empty string) for string columns, [] (the empty array) for array columns, 1970-01-01 for date columns, or NULL for nullable columns." Для того, чтобы было Null, нужно явно указать DEFAULT NULL
https://fiddle.clickhouse.com/77ab6adf-737c-458c-8f62-dbcd4669912c
Обсуждают сегодня