Fix Column Description Order Bug in ClickHouse Record Insertion
Official CH changelog text
When insert a record by clickhouse-client, client will read column descriptions from server. but there was a bug that we wrote the descritions with a wrong order , it should be [statistics, ttl, settings]. #71991 (Han Fei).