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: [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]

Reply via email to