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 functions file, s3 and url. #36314 (Anton Popov).
Show the names of erroneous files when parsing errors occur during execution of table functions file, s3, and url.

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 the file, s3, and url table functions.

How to use it

Simply use the file, 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.