v.22.7Improvement

filesystemAvailable and similar functions now supported in clickhouse-local

filesystemAvailable and similar functions now work in clickhouse-local. This closes #38423. #38424 (Alexey Milovidov).
filesystemAvailable and related functions are now supported in clickhouse-local.

Why it matters

This feature enables users to utilize filesystem-related functions such as filesystemAvailable within the clickhouse-local environment, expanding its capabilities for local data processing and system information retrieval. It resolves limitations where these functions were previously unavailable in clickhouse-local.

How to use it

Users can simply invoke filesystem-related functions like filesystemAvailable in the clickhouse-local command-line environment as they would in the regular ClickHouse server context, without requiring additional configuration.