v.22.5Improvement

Allow File Descriptors in ClickHouse Local Table Function

Allow file descriptors in table function file if it is run in clickhouse-local. #36562 (wuxiaobai24).
Allow using file descriptors as inputs in the file table function when running in clickhouse-local.

Why it matters

This feature enables clickhouse-local to read data directly from file descriptors through the file table function, increasing flexibility in data processing by supporting non-traditional file inputs such as pipes or other IPC mechanisms.

How to use it

When running clickhouse-local, use the file table function with a file descriptor as its argument. No additional configuration is needed beyond running in the clickhouse-local environment.