v.21.10Bug Fixes
Fix error with nested and scalar columns in table selections
FixThere is no subcolumnerror, while select from tables, which haveNestedcolumns and scalar columns with dot in name and the same prefix asNested(e.g.n.id UInt32, n.arr1 Array(UInt64), n.arr2 Array(UInt64)). #28531 (Anton Popov).