v.22.9Improvement

Add Schema Inference to ClickHouse Obfuscator

Add schema inference to clickhouse-obfuscator, so the --structure argument is no longer required. #40120 (Nikolay Degterinsky).
Added schema inference capability to clickhouse-obfuscator, removing the need to provide the --structure argument.

Why it matters

This feature simplifies the usage of clickhouse-obfuscator by automatically detecting the schema of the input data, eliminating the manual requirement to specify the data structure. This reduces user errors and improves usability.

How to use it

Users can now run clickhouse-obfuscator without the --structure argument, as the tool will infer the schema automatically from the input data.