LucaCappelletti94 opened a new pull request, #2572: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2572
Twelve `ALTER` statements had an empty span, among them `ALTER FUNCTION`, `ALTER USER`, `ALTER ROLE`, `ALTER TYPE` and the operator forms. They now store their first and last token, set in `Parser::parse_statement` like the `DROP` and `CREATE` statements. The span baseline loses 402 lines and gains none. Part of #1548. -- 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]
