v.18.1Improvement
Skipped Rows Due to Parsing Errors Logged in Server
If some rows were skipped during an insert due to parsing errors (this is possible with theinput_allow_errors_numandinput_allow_errors_ratiosettings enabled), the number of skipped rows is now written to the server log (Leonardo Cecchi).
Why it matters
This feature helps users monitor and diagnose data ingestion issues by providing visibility into how many rows were ignored due to parsing errors during data insertion, improving transparency and debugging capability.How to use it
Enable row skipping on parsing errors by settinginput_allow_errors_num or input_allow_errors_ratio to a non-zero value, then perform data inserts as usual. The count of skipped rows will be automatically written to the ClickHouse server log.