iffyio commented on code in PR #2018:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2018#discussion_r2321586942
##########
src/keywords.rs:
##########
@@ -491,6 +491,7 @@ define_keywords!(
INTERSECTION,
INTERVAL,
INTO,
+ INVENTORY,
Review Comment:
Ah yeah it should possible to support databricks' variant of the vacuum
command. But we tend to not have dialect specific statements so that it'll
likely need to be part of the existing `Statement::Vacuum` variant in this
case, being extended to support the new options
--
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]