BenSatori opened a new pull request, #2456: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2456
Redshift's actual parser allows `INTERVAL` as an unquoted identifier (consistent with its PostgreSQL base), despite the docs listing it as reserved. This mirrors the existing PostgreSQL dialect override. Example that now parses: ```sql SELECT * FROM table_name WHERE interval = 78 ``` -- 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]
