LucaCappelletti94 opened a new pull request, #2463: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2463
`CASE ... END . 2` parsed successfully, but its printed form became `CASE ... END.2`. That cannot be parsed again because `.2` is tokenized as a number. This keeps a space around numeric dotted field access, so the printed statement reparses to the same tree. -- 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]
