yoavcloud commented on code in PR #1675: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1675#discussion_r1925281082
########## src/dialect/mysql.rs: ########## @@ -25,6 +25,11 @@ use crate::{ parser::{Parser, ParserError}, }; +use super::keywords; + +pub const RESERVED_FOR_TABLE_ALIAS_MYSQL: &[Keyword] = Review Comment: Maybe keep this one private? It's not used outside of this module for now. -- 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