roeap commented on code in PR #2018:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2018#discussion_r2318492300
##########
src/keywords.rs:
##########
@@ -491,6 +491,7 @@ define_keywords!(
INTERSECTION,
INTERVAL,
INTO,
+ INVENTORY,
Review Comment:
@iffyio - your hint got me to dive a bit deeper into the codebase.
Unfortunately the Redhsift and Databricks VACUUM commands are quite different.
That said, would you accept a PR where I extend this a bit, add a custom
statement parser option the databricks dialect and a `VacuumDatabricks`
Statement variant?
--
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]