iffyio commented on PR #1566: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1566#issuecomment-2523247703
Hi @seve-martinez! It sounds like the parsing can be done while parsing the select body instead? Probably [here before looking for a WHERE clause](https://github.com/apache/datafusion-sqlparser-rs/blob/d0fcc06/src/parser/mod.rs#L9599)? -- 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]
