v.21.7Improvement
Fixed PostgreSQL Array Conversion Issue with attndims
Fixed case, when sometimes conversion of postgres arrays resulted in String data type, not n-dimensional array, because attndims works incorrectly in some cases. Closes #24804. #25538 (Kseniia Sumarokova).Why it matters
This fix addresses the problem where PostgreSQL arrays could be incorrectly interpreted as strings in ClickHouse, which caused data type mismatches and potential data processing errors. By correctly interpretingattndims, the feature ensures reliable and accurate conversion of PostgreSQL arrays to the appropriate n-dimensional array types in ClickHouse, improving data compatibility and integrity.