v.22.5Improvement
Show Erroneous File Names in Parsing Errors for Table Functions
Show names of erroneous files in case of parsing errors while executing table functionsfile,s3andurl. #36314 (Anton Popov).
Why it matters
This feature improves error diagnostics by displaying the specific file names where parsing errors happen, helping users quickly identify and fix issues with input data sources when using thefile, s3, and url table functions.How to use it
Simply use thefile, s3, or url table functions as usual. If a parsing error occurs, the error message will now include the name of the problematic file, requiring no additional configuration.