iffyio commented on code in PR #1606:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1606#discussion_r1887929948
##########
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:
```suggestion
fn parse_create_table_on_commit(&mut self) -> Result<OnCommit,
ParserError> {
```
--
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]