7phs opened a new pull request, #1576: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1576
Quoted identifiers allow the use of any characters and can start with any character, including digits. For example: ```sql SELECT 1 AS "1" FROM a ``` However, the tokenizer cannot parse such types of quoted identifiers in the case of Redshift. This issue is related to the handling of potential identifiers in PartiQL. This merge request (MR) clarifies the behavior of quoted identifiers in PartiQL and fixes the parsing of quoted identifiers for Redshift. I added an additional case of a valid JSON path in a specific unit test to ensure that JSON path parsing is not broken. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org