v.22.9Improvement
Add Schema Inference to ClickHouse Obfuscator
Add schema inference toclickhouse-obfuscator, so the--structureargument is no longer required. #40120 (Nikolay Degterinsky).
Why it matters
This feature simplifies the usage ofclickhouse-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 runclickhouse-obfuscator without the --structure argument, as the tool will infer the schema automatically from the input data.