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).
Why it matters
This feature enablesclickhouse-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 runningclickhouse-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.