v.25.10New Feature

Add support for querying Apache Paimon

Add support for querying Apache Paimon in ClickHouse. This integration would enable ClickHouse users to directly interact with Paimon's data lake storage. #84423 (JIaQi).
Add support for querying Apache Paimon data lakes directly from ClickHouse.

Why it matters

This feature enables ClickHouse users to seamlessly interact with data stored in Apache Paimon, a cloud-native data lake storage system. It allows users to query and analyze Paimon-managed datasets directly within ClickHouse, eliminating the need for complex data movement and improving data integration workflows.

How to use it

Users can query Apache Paimon tables by configuring appropriate table engines or connectors in ClickHouse to point to the Paimon storage locations. After setup, SQL queries can be executed on Paimon data using standard SELECT statements within ClickHouse.