v.22.1Improvement
Fix Parsing of Incorrect Queries with FROM INFILE Statement
Fix parsing incorrect queries with FROM INFILE statement. #33521 (Kruglov Pavel).Why it matters
This feature resolves issues where queries containing theFROM 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 theFROM INFILE statement without encountering parsing errors. No additional configuration is needed; simply use the syntax as intended in your SQL queries.