v.25.7Bug Fix (user-visible misbehavior in an official stable release)

Fix bug in glue catalog

Fix bug in glue catalog integration. Now clickhouse can read tables with nested data types where some of subcolumns contain decimals, for example: map<string, decimal(9, 2)>. Fixes #81301. #82114 (alesapin).