v.20.11Improvement

Better Diagnostics for Input Data Parse Errors

Better diagnostics on parse errors in input data. Provide row number on Cannot read all data errors. #16644 (alexey-milovidov).
Improved error diagnostics for input data parsing by including the row number in Cannot read all data errors.

Why it matters

This feature enhances the clarity of parsing errors by specifying the exact row number where the input data cannot be fully read, helping users quickly identify and troubleshoot data issues.

How to use it

Users automatically benefit from this improvement when parsing input data; no additional configuration is required.