v.22.4Improvement

Added automatic schema inference support to s3Cluster table function

Added a support for automatic schema inference to s3Cluster table function. Synced the signatures of s3 and s3Cluster. #35544 (Nikita Mikhaylov).
Added support for automatic schema inference to the s3Cluster table function and synchronized the function signatures of s3 and s3Cluster.

Why it matters

This feature simplifies working with data stored on S3 by enabling automatic detection of the table schema when using the s3Cluster table function, reducing manual schema specification and minimizing errors. Synchronizing signatures between s3 and s3Cluster provides a consistent user experience across these functions.

How to use it

Use the s3Cluster table function without explicitly specifying the schema; the schema will be inferred automatically. The usage aligns with s3, allowing users to leverage the same parameters and options for both functions.