alexkazik opened a new issue, #2211: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2211
Sql (mysql, only the first five lines of the file, unix=lf-style): ```sql -- phpMyAdmin SQL Dump -- version 5.2.2 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 ``` ``` sql parser error: Expected: an SQL statement, found: - at Line: 4, Column: 1 ``` Changing `--` into `-- nop` does fix the issue. Was parsed correctly in 0.53, is broken in 0.60 (no other versions tested). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
