v.22.2Bug Fix
Fix Bad Cast Error for Nested Columns with Dots in Name in ClickHouse
Fix errorBad cast from type ... to DB::DataTypeArraywhich may happen when table hasNestedcolumn with dots in name, and default value is generated for it (e.g. during insert, when column is not listed). Continuation of #28762. #33588 (Alexey Pavlenko).