iffyio commented on code in PR #1747: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1747#discussion_r1992143879
########## src/ast/mod.rs: ########## @@ -6925,6 +6928,12 @@ pub enum SqlOption { range_direction: Option<PartitionRangeDirection>, for_values: Vec<Expr>, }, + + TableSpace(TablespaceOption), + + Union(Vec<Ident>), + + TableEngine(TableEngine), Review Comment: ~Could we add a description (ideally with syntax example) and links to the docs where these variants come from?~ this might not be valid given my other comment -- 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