yoavcloud commented on code in PR #1606: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1606#discussion_r1887948839
########## src/parser/mod.rs: ########## @@ -6226,6 +6215,21 @@ impl<'a> Parser<'a> { .build()) } + pub fn parse_create_table_on_commit(&mut self) -> Result<OnCommit, ParserError> { Review Comment: I made it pub(crate), it's being used from snowflake.rs -- 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