Added support for the Array data type in the MongoDB table engine for ClickHouse.
Why it matters
This feature enables ClickHouse users to correctly read and interpret array fields from MongoDB collections. Previously, Array data types were not supported, limiting the ability to work with nested or list data structures in MongoDB. Supporting arrays allows more comprehensive and accurate data processing and analysis from MongoDB sources.How to use it
When using the MongoDB table engine, users can now directly interact with fields of the Array data type in MongoDB documents. No additional configuration is needed beyond specifying the MongoDB table engine and the target collection containing array data.