v.23.8Improvement

Add Diagnostic Info for File Name in Schema Inference

Add diagnostic info about file name during schema inference - it helps when you process multiple files with globs. #53135 (Alexey Milovidov).
Adds diagnostic information about the file name during schema inference, enhancing debugging when processing multiple files with glob patterns.

Why it matters

To improve user experience by providing clear identification of files involved in schema inference, especially when handling multiple files via globs, making it easier to troubleshoot and understand schema detection results.

How to use it

This feature is enabled automatically when inferring schemas from files using glob patterns; users will see file name information included in diagnostic messages during schema inference without additional configuration.