Added support for Hive partition style reads and writes in ClickHouse, enabling compatibility with Hive partitioned tables.
Why it matters
This feature addresses the need to efficiently read from and write to tables partitioned in the Hive style, enhancing interoperability with Hive ecosystems and simplifying data management workflows where Hive partitioning conventions are used.How to use it
Users can leverage this feature by configuring ClickHouse tables to use Hive partitioning style during reads and writes. This typically involves setting the table's partitioning scheme to align with Hive's format and ensuring data is organized accordingly for seamless operation.