LucaCappelletti94 commented on issue #2076: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2076#issuecomment-3458693532
I managed to get a reasonably refactored version to handle the `COPY... STDIN` thing, but I am now struggling to find a solution for big query identifiers, which unfortunately require or ignore spaces depending on context. See: https://github.com/apache/datafusion-sqlparser-rs/blob/67684c84d4c2589356c411ea4917dcf1defcd77c/tests/sqlparser_bigquery.rs#L1696-L1725 At this time, I have no idea how to handle such thing in the context of the Tokenizer, as the Tokenizer should really not be aware of such things. -- 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]
