LucaCappelletti94 commented on issue #2076: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2076#issuecomment-3457371899
I have encountered the following case which I had honestly never heard of before. I suggest to move such data preprocessing in the tokenizer, as I would argue the benefits of totally removing the whitespace from the parser logic are massive. I shall attempt a PR to do so. https://github.com/apache/datafusion-sqlparser-rs/blob/67684c84d4c2589356c411ea4917dcf1defcd77c/tests/sqlparser_postgres.rs#L1016-L1038 -- 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]
