contrib/libs/clickhouse-cpp/clickhouse/client.h:100:19: error: 'backward_compatibility_lowcardinality_as_wrapped_column' is deprecated: Makes implementation of LC(X) harder and code uglier. Will be removed in next major release (3.0) [-Werror,-Wdeprecated-declarations]
DECLARE_FIELD(backward_compatibility_lowcardinality_as_wrapped_column, bool, SetBakcwardCompatibilityFeatureLowCardinalityAsWrappedColumn, true);
^
contrib/libs/clickhouse-cpp/clickhouse/client.h:99:7: note: 'backward_compatibility_lowcardinality_as_wrapped_column' has been explicitly marked deprecated here
[[deprecated("Makes implementation of LC(X) harder and code uglier. Will be removed in next major release (3.0) ")]]
^
1 error generated.