v.22.1Improvement

Fix Parsing of Incorrect Queries with FROM INFILE Statement

Fix parsing incorrect queries with FROM INFILE statement. #33521 (Kruglov Pavel).
Fixes parsing errors for queries that use the FROM INFILE statement in ClickHouse.

Why it matters

This feature resolves issues where queries containing the FROM INFILE clause were incorrectly parsed, ensuring proper query interpretation and execution when loading data directly from files.

How to use it

Users can now write queries with the FROM INFILE statement without encountering parsing errors. No additional configuration is needed; simply use the syntax as intended in your SQL queries.