Fix startup bug in ClickHouse related to LowCardinality compression codec error
Official CH changelog text
Fix startup bug when clickhouse was not able to read compression codec from LowCardinality(Nullable(...)) and throws exception Attempt to read after EOF. Fixes #18340. #19101 (alesapin).