v.24.2Improvement

Made comments for system tables in clickhouse-local

Made comments for system tables also available in system.tables in clickhouse-local. #59493 (Nikita Mikhaylov).
Made comments for system tables available in system.tables when using clickhouse-local.

Why it matters

Previously, comments on system tables were not accessible in clickhouse-local. This feature enables users to view table comments directly within the system.tables metadata, improving usability and metadata inspection in local environments.

How to use it

Use clickhouse-local as usual. Query the system.tables system table to see comments on system tables included in the results.