ryanschneider commented on code in PR #1927: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1927#discussion_r2214414069
########## src/parser/mod.rs: ########## @@ -16514,6 +16549,10 @@ impl<'a> Parser<'a> { Ok(None) } } + + pub fn in_normal_state(&self) -> bool { Review Comment: This function is used in `Dialect::get_next_precedence_default` but I'll change it to `pub(crate)`. -- 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