v.20.8Improvement

Better error message for null value in TabSeparated format

Better error message for null value of TabSeparated format. #13906 (jiang tao).
Improved error messages for null values when using the TabSeparated data format in ClickHouse.

Why it matters

This feature addresses the issue of unclear or insufficient error messages related to null values encountered during data processing with the TabSeparated format. It helps users quickly identify and understand problems caused by null values, improving debugging and data handling efficiency.

How to use it

When importing or working with data in the TabSeparated format, users will automatically benefit from clearer and more informative error messages related to null values without needing to change any configuration.