v.23.3Improvement

Allow Skipping Errors for Unknown Enum Values in Row Input Formats

Allow skipping errors related to unknown enum values in row input formats. #48133 (Alexey Milovidov).
Introduces the ability to skip errors caused by unknown enum values when parsing row input formats in ClickHouse.

Why it matters

This feature addresses the issue of query failures due to unrecognized enum values in input data by allowing the user to skip such errors, enabling smoother data ingestion and improved resilience during data import.

How to use it

Users can enable this behavior by setting the appropriate setting to skip unknown enum value errors when using row input formats. This can be done by configuring the client or query settings to allow the parser to ignore these errors during data import.