v.22.4Improvement
Added automatic schema inference support to s3Cluster table function
Added a support for automatic schema inference tos3Clustertable function. Synced the signatures ofs3ands3Cluster. #35544 (Nikita Mikhaylov).
Why it matters
This feature simplifies working with data stored on S3 by enabling automatic detection of the table schema when using thes3Cluster 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 thes3Cluster 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.