v.24.10New Feature

Support --copy Mode for ClickHouse Local as Shortcut for Format Conversion

Support the --copy mode for clickhouse local as a shortcut for format conversion #68503. #68583 (Denis Hananein).
Added support for the --copy mode in clickhouse local to provide a convenient shortcut for format conversion between different data formats.

Why it matters

This feature addresses the need for an easier and more straightforward way to convert data formats locally using clickhouse local. It simplifies workflows where users require fast and seamless transformations of data between supported input and output formats without manually specifying the formats each time.

How to use it

Use the --copy option with the clickhouse local command. This mode automatically converts the input data format to the desired output format, acting as a shortcut for explicit format conversion commands.